Action group: Operators
An identity (equality) operator that returns True if both operands have the same value.
Property | Description | Type | Filling example | Mandatory field |
Parameters | ||||
First operand | Value or variable of the first boolean operand | Robin.Boolean | true | Yes |
Second operand | Value or variable of the second boolean operand | Robin.Boolean | true | Yes |
Results | ||||
Result | Variable containing the result of the operation | 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 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 "Equivalence" and "Show message".
The comparison of variable values has been performed successfully.
A dialog box with the result is displayed.