Xor Operator
Syntax
Expression XOr Expression
See also: Operators, IF, True, False, And, Or, Not
Summary
Returns true if the left hand terms is true and right hand term is false, or if the right hand term is true and the left hand term is false. XOR is a synonym for Not.