Operator C# Tutorial

All of the binary bitwise operators can be used in compound assignments.

x = x ^ 127;
  x ^= 127;