ActiveReports 12
Greater Than Operator (Variant)

GrapeCity.ActiveReports.v12 Assembly > GrapeCity.Enterprise.Data.DataEngine Namespace > Variant Structure : Greater Than Operator
The Variant to be to the left of the 'greater' operator.
The Variant to be to the right of the 'greater' operator.
Checks wheter the one variant is greater than another.
Syntax
'Declaration
 
Public Operator >( _
   ByVal a As Variant, _
   ByVal b As Variant _
) As Boolean
public bool operator >( 
   Variant a,
   Variant b
)

Parameters

a
The Variant to be to the left of the 'greater' operator.
b
The Variant to be to the right of the 'greater' operator.

Return Value

True if the 'a' greater than 'b', False othervise.
See Also

Reference

Variant Structure
Variant Members