![]() | WritableComparableT Operators |
The WritableComparableT generic type exposes the following members.
Name | Description | |
---|---|---|
![]() ![]() | Equality |
Compares two instances of WritableComparableT for equality.
|
![]() ![]() | GreaterThan |
Checks if the first operand sorts after the right operand.
|
![]() ![]() | GreaterThanOrEqual |
Checks if the first operand sorts after or equal to the right operand.
|
![]() ![]() | Inequality |
Compares two instances of WritableComparableT for inequality.
|
![]() ![]() | LessThan |
Checks if the first operand sorts before the right operand.
|
![]() ![]() | LessThanOrEqual |
Checks if the first operand sorts before or equal to the right operand.
|