Overload List
| Name | Description | |
|---|---|---|
| CompareTo(Int64) |
Compares this instance to a signed 64-bit integer and returns an integer
that indicates whether the value of this instance is less than, equal to,
or greater than the value of the signed 64-bit integer.
| |
| CompareTo(Object) |
Compares the current instance with another object of the same type and returns an integer that indicates whether the current instance precedes, follows, or occurs in the same position in the sort order as the other object.
| |
| CompareTo(UInt64) |
Compares this instance to an unsigned 64-bit integer and returns an integer
that indicates whether the value of this instance is less than, equal to,
or greater than the value of the unsigned 64-bit integer.
| |
| CompareTo(BigInteger) |
Compares this instance to a second System.Numerics.BigInteger and returns
an integer that indicates whether the value of this instance is less than,
equal to, or greater than the value of the specified object.
|
See Also