Skip to content

Latest commit

 

History

History
42 lines (31 loc) · 403 Bytes

comparison-rule.adoc

File metadata and controls

42 lines (31 loc) · 403 Bytes

Comparison rule

Description

Shows how parameters should be compared.

Possible values

Plain Readable Mathematical

LESS_THAN

less than

<

LESS_THAN_OR_EQUAL_TO

less than or equal to

<=

GREATER_THAN

grater than

>

GREATER_THAN_OR_EQUAL_TO

greater than or equal to

>=

EQUAL_TO

equal to

=

NOT_EQUAL_TO

not equal to

!=