HalfTypeEquals Method (Object) |
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: 2024.1.1.0 (2024.1.1.0)
Syntax public override bool Equals(
Object obj
)
Parameters
- obj
- Type: SystemObject
An System.Object.
Return Value
Type:
Booleantrue if value is a System.Half and equal to this instance; otherwise, false.
See Also