Class Comparison (0.13.1)

Comparison(value)

The comparison operation that was performed.

Enums

Name Description
COMPARISON_UNSPECIFIED Undefined comparison operator.
EQUALS Denotes equality `=` operator.
LESS_THAN_EQUALS Denotes less than or equal to `<=`>
LESS_THAN Denotes less than `<`>
GREATER_THAN_EQUALS Denotes greater than or equal to `>=` operator.
GREATER_THAN Denotes greater than `>` operator.