Click or drag to resize

HalfTypeEquals(Object) Method

Returns a value indicating whether this instance and a specified System.Object represent the same type and value.

Namespace: NeoAxis
Assembly: NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntax
C#
public override bool Equals(
	Object obj
)

Parameters

obj  Object
An System.Object.

Return Value

Boolean
true if value is a System.Half and equal to this instance; otherwise, false.
See Also