HalfTypeEquals Method (HalfType) |
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: 2024.1.1.0 (2024.1.1.0)
Syntax public bool Equals(
HalfType other
)
Parameters
- other
- Type: NeoAxisHalfType
A System.Half object to compare to this instance.
Return Value
Type:
Booleantrue if value is equal to this instance; otherwise, false.
Implements
IEquatableTEquals(T)See Also