[#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& __ht1, xref:bsl/hashtable.adoc[hashtable<_Val, _Key, _HF, _ExK, _EqK, _All>] const& __ht2); ---- == Return Value `true` if the tables contain the same elements == Parameters [cols="1,4"] |=== | Name| Description | *__ht1* | first hash table | *__ht2* | second hash table |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#