CustomClassField<TValue>.CompareValues method
Compares the values.
protected virtual int CompareValues(TValue value1, TValue value2)
| parameter | description |
|---|---|
| value1 | The value1. |
| value2 | The value2. |
Return Value
A value indicating the relative order of the two values.
See Also
- class CustomClassField<TValue>