contentEquals

Returns true if this BitArray is equal to the specified other.

Two BitArray instances are considered equal if they have the same size and all their elements are equal.

Return

true if this array is equal to the specified array, false otherwise.

Parameters

other

The BitArray to compare this array to.