Skip to content

RowField<TForeign>.CompareValues method

Compares the values.

protected override int CompareValues(TForeign value1, TForeign value2)
parameter description
value1 The value1.
value2 The value2.

Return Value

A value indicating the relative order of the two values.

See Also