Action group: Operators
Returns True if both operands have different values.
Property | Description | Type | Filling example | Mandatory field |
Parameters | ||||
First operand of boolean type | First operand of boolean type | Robin.Boolean | true | Yes |
Second operand of boolean type | Second operand of boolean type | Robin.Boolean | true | Yes |
Results | ||||
Result | The resulting variable, true if the boolean variables are not equal, false otherwise. | Robin.Boolean | true |
None.
There is a "Logical variable 1" with value = true and "Logical variable 2" with value = false. We need to check the following expression: Logical Variable 1 is NOT EQUAL to Logical Variable 2. If the result is positive, output a dialog box with a message - true, if the result is negative, the message - false.
Use the actions "Inequality", "If", "Message".
The comparison of variable values has been performed successfully.
A dialog box with the result is displayed.