Boolean Comparison

Compares two boolean values and allows a jump step to be specified based upon the results.

 

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.

3

Step ID

Step if Different

The step to jump to if the two values are different.

 

Return Arguments

None.

 

Returned Status

 

SUCCESS

This command always succeeds.

Remarks

None.