ActiveReports 11
Greater Than or Equal Operator (Variant)

GrapeCity.ActiveReports.v11 Assembly > GrapeCity.ActiveReports Namespace > Variant Structure : Greater Than or Equal Operator
The Variant to be to the left of the comparison operator.
The Variant to be to the right of the comparison operator.
Checks wheter the one variant is greater or equal to 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 comparison operator.
b
The Variant to be to the right of the comparison operator.

Return Value

True if the 'a' greater or equal to 'b', False othervise.
See Also

Reference

Variant Structure
Variant Members