ActiveReports 11
Less Than or Equal Operator (Variant)

GrapeCity.ActiveReports.v11 Assembly > GrapeCity.ActiveReports Namespace > Variant Structure : Less 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 less 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' less or equal to 'b', False othervise.
See Also

Reference

Variant Structure
Variant Members