[#bsl-bitset-operator_not_eq] = xref:bsl.adoc[bsl]::xref:bsl/bitset.adoc[bitset]::operator!= :relfileprefix: ../../ :mrdocs: Return `true` if the specified `rhs` do not have the same value as this bitset and `false` otherwise. Two bitset do not have the same value when either the sequence or the value of bits they hold are not 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]#