ActiveReports 11
CompareTo(Variant) Method

GrapeCity.ActiveReports.v11 Assembly > GrapeCity.ActiveReports Namespace > Variant Structure > CompareTo Method : CompareTo(Variant) Method
The Variant to be compared with.
Compare the Variant with the specified one.
Syntax
'Declaration
 
Public Overloads Function CompareTo( _
   ByVal b As Variant _
) As Integer
public int CompareTo( 
   Variant b
)

Parameters

b
The Variant to be compared with.
See Also

Reference

Variant Structure
Variant Members
Overload List