Description
Evaluates the two input Boolean values and outputs the result as another Boolean using the "Exclusive Or" logic. "Exclusive
Or" evaluates to true when only one of the input Boolean values is true and false in all other cases.
Ports
Inputs
|
The first Boolean value to evaluate.
|
|
The second Boolean value to evaluate.
|
Outputs
|
The resulting Boolean value.
|