HalfTypeEquals(Object) Method |
Returns a value indicating whether this instance and a specified System.Object
represent the same type and value.
Namespace: NeoAxisAssembly: NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntaxpublic override bool Equals(
Object obj
)
Parameters
- obj Object
- An System.Object.
Return Value
Booleantrue if value is a System.Half and equal to this instance; otherwise, false.
See Also