I noticed that XOR ($\oplus$) has a somewhat "mutualistic" property:
$\left(\left(A \oplus B\right)\iff C\right) \iff \left(A \iff \left(B \oplus C\right)\right)$
This can be easily checked via a truth table.
Saying that if C is equivalent with the value of A XOR B, then also A is equivalent with the value of B XOR C (and B is equivalent with the value of A XOR C).
Is there a name for this property?
I first thought it might be derived from the associative property, but then I checked that AND and OR (which have the associative property too) don't have this property.