CustomClassField<TValue>.CompareValues method

namespace: Serenity.Data   assemblySerenity.Net.Entity

Compares the values.

protected virtual int CompareValues(TValue value1, TValue value2)
parameter description
value1 The value1.
value2 The value2.

See Also