Returns the sort order of the current instance compared to the specified long.
- value
- Documentation for this section has not yet been entered.
The return value is a negative number, zero, or a positive number reflecting the sort order of the current instance as compared to value. For non-zero return values, the exact value returned by this method is unspecified. The following table defines the return value:
Return Value Description A negative number Current instance < value. Zero Current instance == value. A positive number Current instance > value.
Note: This method is implemented to support the IComparable<Int64> interface.
Namespace: System
Assembly: mscorlib (in mscorlib.dll)
Assembly Versions: 2.0.0.0
Since: .NET 2.0