Table of Contents

TDataValidationInfo.CompareTo Method

Compares the object with other.

Syntax

Namespace: FlexCel.Core

public Int32 CompareTo(Object obj)

Parameters

<-> Parameter Type Description
obj Object

Returns

-1 is o2 is less than this, 0 if they are equal and 1 if o2 is bigger.

See also