TDataValidationInfo.CompareTo Method
Compares the object with other.
Syntax
Unit: FlexCel.Core
function TDataValidationInfo.CompareTo(obj: TDataValidationInfo): Integer;
Parameters
Returns
-1 is o2 is less than this, 0 if they are equal and 1 if o2 is bigger.
See also