be ^ !be
Unlike the & and | logical operators which seem to have dubious use the^ (XOR, exclusive or) logical operator can make things quite a bit easier. For instance ever write a IComparable? rather then: you can just do: like the other logical operators both sides of the conditional must beevaluated but since we’re doing exclusive […]
. Read more