Skip to content

RowListField<TForeign>.CompareValues method

Compares the values.

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

Return Value

A value indicating the relative order of the two values.

See Also