ActiveReports 12
CompareTo Method (ExpressionInfo)

GrapeCity.ActiveReports.v12 Assembly > GrapeCity.Enterprise.Data.DataEngine.Expressions Namespace > ExpressionInfo Class : CompareTo Method
A System.Boolean object to compare to this instance.
Compares this instance to a specified object and returns an integer that indicates their relationship to one another.
Syntax
'Declaration
 
Public Function CompareTo( _
   ByVal obj As Object _
) As Integer
public int CompareTo( 
   object obj
)

Parameters

obj
A System.Boolean object to compare to this instance.

Return Value

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

Reference

ExpressionInfo Class
ExpressionInfo Members