BloombergLP::bdlc::operator==

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.

Synopsis

Declared in <bdlc_bitarray.h>

bool
operator==(
    BitArray const& lhs,
    BitArray const& rhs);