Boolean Comparison (result)

Compares two boolean values and returns the result only. A returned value of True indicates that the values match, both true or both false.

 

Input Arguments

 

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.

 

Return Arguments

 

3

Boolean

Resultant Value

True indicates that the boolean values compared match.

 

Returned Status

 

SUCCESS

This command always succeeds.

Remarks

None.