Click or drag to resize

HalfTypeEquals(HalfType) Method

Returns a value indicating whether this instance and a specified System.Half object represent the same value.

Namespace: NeoAxis
Assembly: NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntax
C#
public bool Equals(
	HalfType other
)

Parameters

other  HalfType
A System.Half object to compare to this instance.

Return Value

Boolean
true if value is equal to this instance; otherwise, false.

Implements

IEquatableTEquals(T)
See Also