[]
        
(Showing Draft Content)

GrapeCity.Enterprise.Data.Expressions.ExpressionInfo.CompareTo

CompareTo Method

CompareTo(object)

Compares this instance to a specified object and returns an integer that indicates their relationship to one another.

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

A bool object to compare to this instance.

Returns
Type Description
int

A signed integer that indicates the relative values of this instance and obj.

Implements