ActiveReports Developer 7
CompareTo Method
See Also 
GrapeCity.ActiveReports.v7 Assembly > GrapeCity.ActiveReports.Expressions Namespace > ExpressionInfo Class : CompareTo Method

obj
The expression to compare the current expression with.

Glossary Item Box

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

Visual Basic (Declaration) 
Public Function CompareTo( _
   ByVal obj As System.Object _
) As System.Integer
C# 
public System.int CompareTo( 
   System.object obj
)

Parameters

obj
The expression to compare the current expression with.

See Also