ComparisonOperator

  • Various comparison operators are available to compare signal values against comparison values.

  • Operators include equality, greater than, less than, and their inclusive variations.

  • COMPARISON_OPERATOR_UNSPECIFIED is used for unknown operators.

Available comparison operators.

Enums
COMPARISON_OPERATOR_UNSPECIFIED Unknown operator.
EQUAL Values are equal.
GREATER_THAN Signal value is greater than the comparison value.
LESS_THAN Signal value is less than the second.
GREATER_THAN_OR_EQUAL_TO Signal value is greater than or equal to the second.
LESS_THAN_OR_EQUAL_TO Signal value is less than or equal to the comparison value.