c# - Conditional XOR? - Stack Overflow
How come C# doesn't have a conditional XOR Operator? example true xor false = true true xor true = false false xor false = false ... @Spencevail you probably were not thinking about the case that a non-false boolean might not have integer representation 1...