Bool3.ExclusiveOr
Operator in Bool3
Declaration
public static Bool3 operator ^(Bool3 lhs, Bool3 rhs)
Description
Performs a bitwise XOR operation on two tuples.
Parameters
lhs | The first tuple. |
rhs | The second tuple. |
Returns
Bool3 | The result of the operation. |