ActiveReports 12
CompareTo(Object) Method

GrapeCity.ActiveReports.v12 Assembly > GrapeCity.Enterprise.Data.DataEngine Namespace > Variant Structure > CompareTo Method : CompareTo(Object) Method
The object to be compared with.
Compare the Variant with the specified object.
Syntax
'Declaration
 
Public Overloads Function CompareTo( _
   ByVal obj As Object _
) As Integer
public int CompareTo( 
   object obj
)

Parameters

obj
The object to be compared with.
See Also

Reference

Variant Structure
Variant Members
Overload List