Performs a logical XOR operation.
other the other Boolean
other
Boolean xor(Boolean other) => Boolean(_value != other._value);