|
Operator |
Definition |
|
= |
Equal to. |
|
<> |
Not equal to. |
|
!= |
Not equal to. This operator is the same as the <> operator. |
|
> |
Greater than. |
|
>= |
Greater than or equal to. |
|
!> |
Not greater than. |
|
< |
Less than. |
|
<= |
Less than or equal to. |
|
!< |
Not less than. |