Returns true if any bit set in other is also set in this array (intersection).
true
true if there is at least one overlapping true bit, false otherwise.
false
another BitArray of same size.
if arrays are not the same size.