ComparisonOperator

Available comparison operators.

Enums
COMPARISON_OPERATOR_UNSPECIFIEDUnknown operator.
EQUALValues are equal.
GREATER_THANSignal value is greater than the comparison value.
LESS_THANSignal value is less than the second.
GREATER_THAN_OR_EQUAL_TOSignal value is greater than or equal to the second.
LESS_THAN_OR_EQUAL_TOSignal value is less than or equal to the comparison value.