Provides methods for implementing IComparable.
public static class ComparableImpl
| name | description |
|---|---|
| static CompareToObject<T>(…) | Implements IComparable.CompareTo using IComparable{T}.CompareTo. |
| static OperatorGreaterThan<T>(…) | Standard implementation of the greater than operator. |
| static OperatorGreaterThanOrEqual<T>(…) | Standard implementation of the greater than or equal to operator. |
| static OperatorLessThan<T>(…) | Standard implementation of the less than operator. |
| static OperatorLessThanOrEqual<T>(…) | Standard implementation of the less than or equal to operator. |