ActiveReports 9
CompareTo Method (ExpressionInfo)

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 System.Object _
) As System.Integer
public System.int CompareTo( 
   System.object obj
)

Parameters

obj
The expression to compare the current expression with.
See Also

Reference

ExpressionInfo Class
ExpressionInfo Members

 

 


Copyright © 2016 GrapeCity, inc. All rights reserved

Support Forum