ActiveReports 11
CompareTo Method (ExpressionInfo)

GrapeCity.ActiveReports.v11 Assembly > GrapeCity.ActiveReports.Expressions Namespace > ExpressionInfo Class : CompareTo Method
The expression to compare the current expression with.
Compares the current ExpressionInfo with another ExpressionInfo and returns an integer that indicates whether the current instance precedes, follows, or occurs in the same position in the sort order as the other object.
Syntax
'Declaration
 
Public Function CompareTo( _
   ByVal obj As Object _
) As Integer
public int CompareTo( 
   object obj
)

Parameters

obj
The expression to compare the current expression with.

Return Value

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

Reference

ExpressionInfo Class
ExpressionInfo Members