ActiveReports 11
Less Than Operator (Variant)

GrapeCity.ActiveReports.v11 Assembly > GrapeCity.ActiveReports Namespace > Variant Structure : Less Than Operator
The Variant to be to the left of the 'less' operator.
The Variant to be to the right of the 'less' operator.
Checks wheter the one variant is less 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 'less' operator.
b
The Variant to be to the right of the 'less' operator.

Return Value

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

Reference

Variant Structure
Variant Members