[#bsl-bitset-operator_eq] = xref:bsl.adoc[bsl]::xref:bsl/bitset.adoc[bitset]::operator== :relfileprefix: ../../ :mrdocs: 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>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- bool operator==(xref:bsl/bitset.adoc[bitset] const& rhs) const noexcept; ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#