XOR

A logical binary operation that returns false if both the inputs are same(either both true or both false) and returns true if one of the input is true while the other is false.