Operator
Common with Operator
Operator | Description |
---|---|
== | Checks if the left value is equal to the right value. |
!= | Checks if the left value is not equal to the right value. |
> | Checks if the left value is greater than the right value. |
< | Checks if the left value is less than the right value. |
>= | Checks if the left value is greater than or equal to the right value. |
<= | Checks if the left value is less than or equal to the right value. |