| CommonXor(Byte, Byte) | Return the result of XOR for values 1 and 2. |
| CommonXor(Byte, Int32) | Return the result of XOR for values 1 and 2. |
| CommonXor(Char, Char) | Return the result of XOR for values 1 and 2. |
| CommonXor(Char, Int32) | Return the result of XOR for values 1 and 2. |
| CommonXor(Object, Object) | Return the result of Exclusive OR Operator for values 1 and 2. |