RangeTCompareTo(Object) Method
Compares this instance to a specified
Object and returns an
indication of their relative values.
Namespace: InnerDrive.CoreAssembly: InnerDrive.Core (in InnerDrive.Core.dll) Version: 5.2.9017.0
public int CompareTo(
Object? obj
)
- obj Object
- An Object to compare, or a null reference.
Int32A signed number indicating the relative values of this instance and
obj.
The return value has these meanings:
Value | meaning |
---|
Less than zero | This instance is less than obj |
Zero | This instance is equal to or contains obj |
Greater than zero | This instance is greater than obj |
IComparableCompareTo(Object)