Comparison Operators
A comparison operator compares operands and returns a logical value based on whether the comparison is true or not. The table below summarizes them:
Operator | Use |
= | Equality |
<> | Inequality |
< | Less than |
> | Greater than |
>= | Greater than or equal to |
<= | Less than or equal to |
1 comment:
What a great resource!
Post a Comment