Compares two boolean values and returns the result only. A returned value of True indicates that the values match, both true or both false.
0 |
Boolean |
Boolean A |
The first value. |
1 |
Boolean |
Boolean B |
The second value. |
2 |
Step ID |
Step if Same |
The step to jump to if the two values are the same. |
3 |
Boolean |
Resultant Value |
True indicates that the boolean values compared match. |
SUCCESS |
This command always succeeds. |
None.