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