HalfTypeCompareTo(Object) Method |
Compares this instance to a specified System.Object.
Namespace: NeoAxisAssembly: NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntaxpublic int CompareTo(
Object obj
)
Parameters
- obj Object
- An System.Object or null.
Return Value
Int32
A signed number indicating the relative values of this instance and value.
Return Value Meaning Less than zero This instance is less than value. Zero
This instance is equal to value. Greater than zero This instance is greater
than value. -or- value is null.
Implements
IComparableCompareTo(Object)
Exceptions
See Also