[]
        
(Showing Draft Content)

GrapeCity.Enterprise.Data.Expressions.Evaluation.Variant.op_GreaterThanOrEqual

operator >= Operator

operator >=(Variant, Variant)

Checks whether the one variant is greater 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 greater or equal to 'b', False otherwise.