Return true if the specified rhs has the same value as this bitset and false otherwise. Two bitsets have the same value when the sequence and value of bits they hold are the same.

Synopsis

Declared in <bslstl_bitset.h>

bool
operator==(bitset const& rhs) const noexcept;

Created with MrDocs