Bitmask.ExclusiveOr

Operator in Bitmask

Declaration

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

Description

Performs a bitwise XOR operation on two bitmasks.

Parameters

lhsThe first bitmask.
rhsThe second bitmask.

Returns

BitmaskThe result of the operation.