| eq |
indicates that the actual value is that given.
|
| ne |
indicates that the actual value is not that given.
|
| sb |
indicates that the value given is a substring of the
actual value.
|
| ns |
indicates that the value given is not a substring
of the actual value.
|
| lt |
indicates that the actual value is less than the
given value.
|
| le |
indicates that the actual value is less than or
equal to the given value.
|
| gt |
indicates that the actual value is greater than the
given value.
|
| ge |
indicates that the actual value is greater than or
equal to the given value. |