System::Collections::BitArray::Xor method

BitArray::Xor method

Calculates bitwise ‘xor’ between two BitSets.

BitArrayPtr System::Collections::BitArray::Xor(const BitArrayPtr &value)
ParameterTypeDescription
valueconst BitArrayPtr&RHS operand.

ReturnValue

Bitwise ‘xor’ result.

See Also