Returns true if every true bit in other is also true in this array (superset test).
true
true if this array is a superset of other, false otherwise.
false
another BitArray of same size.
if arrays are not the same size.