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