Enum used by IntComparisonFilter and DoubleComparisonFilter
to indicate the relation between source value and compare value.
Values:
VALUE_COMPARISON_UNSPECIFIED (0):
Value comparison unspecified.
VALUE_COMPARISON_IF_VALUE_SMALLER_THAN (1):
Value is smaller than the Compare value.
VALUE_COMPARISON_IF_VALUE_SMALLER_EQUAL_THAN (2):
Value is smaller or equal than the Compare
value.
VALUE_COMPARISON_IF_VALUE_LARGER_THAN (3):
Value is larger than the Compare value.
VALUE_COMPARISON_IF_VALUE_LARGER_EQUAL_THAN (4):
Value is larger or equal than the Compare
value.