Inverts all the bit values in the current BitArray, so that elements set to true are changed to false, and elements set to false are changed to true.
The current instance with inverted bit values.
This method is an O(n) operation, where n is BitArray.Count.