RangeTCompareTo Method

Compares this instance to another object.

Overload List

CompareTo(Object) Compares this instance to a specified Object and returns an indication of their relative values.
CompareTo(T) Compares this instance to a specified DateTimeOffset structure and returns an indication of their relative values.
CompareTo(RangeT)Defines a generalized comparison method that a value type or class implements to create a type-specific comparison method for ordering or sorting its instances.

See Also