System::GEqual method

System::GEqual method

Implements ‘>=’ relative pattern translation.

template<class ExpressionT,class ConstantT> bool System::GEqual(const ExpressionT &left, const ConstantT &constant)
ParameterDescription
ExpressionTleft expression type.
ConstantTtype of constant expression.
ParameterTypeDescription
leftconst ExpressionT&expression which will be checked.
constantconst ConstantT&expression which will be compared with left one.

ReturnValue

true if type check is successfull, false otherwise.

See Also