XOR (Miscellaneous)

This XOR, specified as Boolean table with two inputs and one output, returns the binary exclusive OR of the two inputs.

Inputs

Output

X1::logical

Y1::logical

X2::logical

TRUE is returned if X1 ≠ X2. If X1 = X2, FALSE is returned.

For more information on Boolean tables, see Boolean Table Editor.