Comparison
| - | - |
|---|---|
== |
Equal |
=== |
Identical |
!= |
Not equal |
<> |
Not equal |
!== |
Not identical |
< |
Less than |
> |
Greater than |
<= |
Less than or equal |
>= |
Greater than or equal |
<=> |
Less than/equal/greater than |
Comments
| - | - |
|---|---|
== |
Equal |
=== |
Identical |
!= |
Not equal |
<> |
Not equal |
!== |
Not identical |
< |
Less than |
> |
Greater than |
<= |
Less than or equal |
>= |
Greater than or equal |
<=> |
Less than/equal/greater than |