operator | +description | +
---|---|
=== / !== |
+Identity operator / Nonidentity operator | +
== / != |
+Equality operator / Inequality operator | +
&& / || |
+Logical AND / Logical OR | +
< / > |
+Less than / Greater than | +
<= / >= |
+Less than or equal to / Greater than or equal to | +
operator | +description | +
---|---|
=== |
+Identity | +
!== |
+Nonidentity | +
== |
+Equality | +
!= |
+Inequality | +
&& |
+Logical AND | +
|| |
+Logical OR | +
< |
+Less than | +
> |
+Greater than | +
<= |
+Less than or equal to | +
>= |
+Greater than or equal to | +
operator | +description | +
---|---|
=== |
+Identity | +
!== |
+Nonidentity | +
== |
+Equality | +
!= |
+Inequality | +
&& |
+Logical AND | +
|| |
+Logical OR | +
< |
+Less than | +
> |
+Greater than | +
<= |
+Less than or equal to | +
>= |
+Greater than or equal to | +