...
The next group of operators is used for comparisons:
Less than | < |
---|---|
Greater than | > |
Less than or equal | <= |
Greater than or equal | >= |
Equal | == |
Not equal | != |
...
...
The next group of operators is used for comparisons:
Less than | < |
---|---|
Greater than | > |
Less than or equal | <= |
Greater than or equal | >= |
Equal | == |
Not equal | != |
...