Xor (exclusive or) means one or the other but not both can be true.
Example: A = True B = False A Xor B ;returns true