Inverts all the bit values in the array, so that elements set to true are changed to false, and elements set to false are changed to true.
[Visual Basic] Public Function Not() As BitArray [C#] public BitArray Not(); [C++] public: BitArray* Not(); [JScript] public function Not() : BitArray;
The current instance with inverted bit values.
BitArray Class | BitArray Members | System.Collections Namespace