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.

See Also

Project CorLib Overview

Class BitArray Overview