[#bsl-hash_multiset-_M_equal] = xref:bsl.adoc[bsl]::xref:bsl/hash_multiset.adoc[hash_multiset]::_M_equal :relfileprefix: ../../ :mrdocs: Return `true` if the specified multisets contain the same elements. == Synopsis Declared in `<bslstp_hashset.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- static bool _M_equal( xref:bsl/hash_multiset.adoc[_Self] const& __x, xref:bsl/hash_multiset.adoc[_Self] const& __y); ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#