[]
        
(Showing Draft Content)

GrapeCity.Enterprise.Data.Expressions.Evaluation.Variant.op_LessThanOrEqual

operator <= Operator

operator <=(Variant, Variant)

Checks whether the one variant is less or equal to 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 comparison operator.

Variant b

The Variant to be to the right of the comparison operator.

Returns
Type Description
bool

True if the 'a' is less or equal to 'b', False otherwise.