此值与 other 的逻辑排他异或。
other
返回此值与 other 是否既不是都为 true 也不是都为 false。
true
false
@Since("2.1") bool operator ^(bool other) => !other == this;