Click or drag to resize

WritableComparableT Operators

The WritableComparableT generic type exposes the following members.

Operators
  NameDescription
Public operatorStatic memberEquality
Public operatorStatic memberGreaterThan
Checks if the first operand sorts after the right operand.
Public operatorStatic memberGreaterThanOrEqual
Checks if the first operand sorts after or equal to the right operand.
Public operatorStatic memberInequality
Public operatorStatic memberLessThan
Checks if the first operand sorts before the right operand.
Public operatorStatic memberLessThanOrEqual
Checks if the first operand sorts before or equal to the right operand.
Top
See Also