[]
        
(Showing Draft Content)

GrapeCity.Enterprise.Data.Expressions.Evaluation.Variant.op_GreaterThan

operator > Operator

operator >(Variant, Variant)

Checks whether the one variant is greater 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 'greater' operator.

Variant b

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

Returns
Type Description
bool

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