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