variant_xor
Performs a logical exclusion on two variants
&reftitle.description;
mixedvariant_xor
mixedleft
mixedright
Performs a logical exclusion.
&reftitle.parameters;
left
The left operand.
right
The right operand.
&com.variant-arith;
&reftitle.returnvalues;
Variant XOR Rules
If left is
If right is
then the result is
&true;&true;&false;
&true;&false;&true;
&false;&true;&true;
&false;&false;&false;
&null;&null;&null;
&reftitle.seealso;
variant_or
variant_and