Bool3.ExclusiveOr

Operator in Bool3

Declaration

public static Bool3 operator ^(Bool3 lhs, Bool3 rhs)

Description

Performs a bitwise XOR operation on two tuples.

Parameters

lhsThe first tuple.
rhsThe second tuple.

Returns

Bool3The result of the operation.