BitArray: XorBits

XorBits

Performs a bitwise XOR on the current instance of BitArray using the bits in another instance of BitArray.



 Public Function XorBits(
	  ByVal Bits As BitArray ) As BitArray

Parameters

Bits
[ByVal] BitArray. The BitArray object with which to perform the bitwise XOR operation with.

Return Values

BitArray -  The internal set of bits is modified based on the operation, however, the object returns itself for ease of concatenated operations.

Remarks

See Also

Project VBCorLib Overview Class BitArray Overview BitArray Properties BitArray Methods ToString