Return true if the specified lhs and rhs arrays have the same value, and false otherwise. Two arrays have the same value if they have the same length, and corresponding bits at each bit position have the same value.
true
lhs
rhs
false
Declared in <bdlc_bitarray.h>
<bdlc_bitarray.h>
bool operator==( BitArray const& lhs, BitArray const& rhs);