GenericValueField<TValue>.IndexCompare method
Compares the field values for two rows for an ascending index sort.
public override int IndexCompare(IRow row1, IRow row2)
| parameter | description |
|---|---|
| row1 | The row1. |
| row2 | The row2. |
Return Value
A value indicating the relative order of the two rows.
See Also
- interface IRow
- class GenericValueField<TValue>