 | Ax51 User's Guide |  |
|
|
| <> Assembler Operator| Arguments |
operand <> operand
| | Description | The <> operator compares the first and second operands and returns a value of 0 (false) if the two operands are equal or a value of 1 (true) if the two operands are not equal. | | See Also | >, >=, <=, ==, EQ, GT, GTE, LT, LTE, NE | | Example | None. |
|
|