Skip to content

ByteArrayField.CompareValues method

Compares the values.

protected override int CompareValues(byte[] value1, byte[] value2)
parameter description
value1 The value1.
value2 The value2.

Return Value

A value indicating the relative order of the two values.

See Also