[#bsl-hashtable-_M_equal] = xref:bsl.adoc[bsl]::xref:bsl/hashtable.adoc[hashtable]::_M_equal :relfileprefix: ../../ :mrdocs: Return `true` if the specified tables contain the same elements. == Synopsis Declared in `<bslstp_hashtable.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- static bool _M_equal( xref:bsl/hashtable.adoc[hashtable<_Val, _Key, _HF, _ExK, _EqK, _All>] const&, xref:bsl/hashtable.adoc[hashtable<_Val, _Key, _HF, _ExK, _EqK, _All>] const&); ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#