ActiveReports 12
CompareTo(Variant) Method

GrapeCity.ActiveReports.v12 Assembly > GrapeCity.Enterprise.Data.DataEngine 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