Comparison Operators
|
Top Previous Next |
· | < (less than)
|
· | <= (less than or equal to)
|
· | > (greater than)
|
· | >= (greater than or equal to)
|
· | lt (less than - string specific)
|
· | le (less than or equal to - string specific)
|
· | gt (greater than - string specific)
|
· | ge (greater than or equal to - string specific)
|