[]
        
(Showing Draft Content)

GrapeCity.Enterprise.Data.Expressions.Evaluation.Variant.CompareTo

CompareTo Method

CompareTo(object)

Compares the Variant with the specified object.

Declaration
public int CompareTo(object obj)
Parameters
Type Name Description
object obj

The object to be compared with.

Returns
Type Description
int
Implements

CompareTo(Variant)

Compares the Variant with the specified one.

Declaration
public int CompareTo(Variant b)
Parameters
Type Name Description
Variant b

The Variant to be compared with.

Returns
Type Description
int
Implements