Click or drag to resize

WritableComparableT Operators

The WritableComparableT type exposes the following members.

Operators
 NameDescription
Public operatorStatic memberEquality(WritableComparableT, WritableComparableT) Compares two instances of WritableComparableT for equality.
Public operatorStatic memberGreaterThan(WritableComparableT, WritableComparableT) Checks if the first operand sorts after the right operand.
Public operatorStatic memberGreaterThanOrEqual(WritableComparableT, WritableComparableT) Checks if the first operand sorts after or equal to the right operand.
Public operatorStatic memberInequality(WritableComparableT, WritableComparableT) Compares two instances of WritableComparableT for inequality.
Public operatorStatic memberLessThan(WritableComparableT, WritableComparableT) Checks if the first operand sorts before the right operand.
Public operatorStatic memberLessThanOrEqual(WritableComparableT, WritableComparableT) Checks if the first operand sorts before or equal to the right operand.
Top
See Also