[]
        
(Showing Draft Content)

GrapeCity.Enterprise.Data.Expressions.Evaluation.Variant.op_LessThan

operator < Operator

operator <(Variant, Variant)

Checks whether the one variant is less than another.

Declaration
public static bool operator <(Variant a, Variant b)
Parameters
Type Name Description
Variant a

The Variant to be to the left of the 'less' operator.

Variant b

The Variant to be to the right of the 'less' operator.

Returns
Type Description
bool

True if the 'a' is less than 'b', False otherwise.