On this page
Since 21.0

Performs a mutually exclusive disjunction operation on the inputs.

Parameters

in1

The first input to test.

in2

The second input to test.

Outputs

out

The logical XOR (exclusive OR) value of the inputs. Ie, true if either the first input or the second (but not both) is true, and false otherwise.

VOP nodes