Enumeration ConditionOperator

The operator that should be used for the evaluation

Export

Enumeration Members

EQUAL: "=="
GREATER_THAN: ">"
GREATER_THAN_OR_EQUAL: ">="
LESS_THAN: "<"
LESS_THAN_OR_EQUAL: "<="
NOT_EQUAL: "!="