Operator Description
== Returns true if the expression on the left evaluates to the same value as the right expression.
!= Returns true if the expression on the left does not evaluate to the same value as
the expression on the right.
< Returns true if the expression on the left evaluates to a value that is less than the value of the expression on the right.
<= Returns true if the expression on the left evaluates to a value that is less than or equal to the expression on the right. > Returns true if the expression on the left evaluates to a
value that is greater than the value of the expression on the right.
>= Returns true if the expression on the left evaluates to a
value that is greater than or equal to the expression on the right.
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment