Action group: Operators
Returns True if the first operand is equal to the second operand. Otherwise False.
Property | Description | Type | Filling example | Mandatory field |
Parameters | ||||
First operand | Value or variable of the first opreand | Robin.Object | Yes | |
Second operand | Value or variable of the second opreand | Robin.Object | Yes | |
Results | ||||
Result | The result of the comparison, true if the two numbers (or untyped objects) are equal, false otherwise. | Robin.Boolean | true |
None.
There is "Variable1" with value = 17 and "Variable2" with value = 3. It is required that Variable1=Variable2. If the result is positive, output a dialog box with a message - true, if the result is negative, output a dialog box with a message - false.
Use the actions "Equal to", "If", "Show message".
Result
The comparison of variable values has been performed successfully, the dialog box with the result is displayed