Comparison Operators
(note): current documentation is subject to change.
| Operator | Description |
|---|---|
== | Strict equality operator. |
!= | Strict inequality operator. |
>= | Greater than or equal to operator. |
<= | Less than or equal to operator. |
> | Greater than operator. |
< | Less than or equal to operator. |
Updated less than a minute ago
