JS.12.2 Comparison Operators
A comparison operator compares two values and returns 'true' or 'false' depending on the comparison result.
Operator |
Description |
== |
Equal |
!= |
Not equal |
> |
Greater than |
>= |
Greater than or equal to |
< |
Less than |
<= |
Less than or equal to |
| << JS.12.1 Assignment Operators | © 1996-2013 InetSoft Technology Corporation (v11.5) | JS.13 StyleConstant Object >> |