[#bsl-operator_eq-0e6] = xref:bsl.adoc[bsl]::operator== :relfileprefix: ../ :mrdocs: Return `true` if the specified hash multimaps contain the same elements. == Synopsis Declared in `<bslstp_hashmap.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- template< class _Key, class _Tp, class _HashFcn, class _EqlKey, class _Alloc> bool operator==( xref:bsl/hash_multimap.adoc[hash_multimap<_Key, _Tp, _HashFcn, _EqlKey, _Alloc>] const& __hm1, xref:bsl/hash_multimap.adoc[hash_multimap<_Key, _Tp, _HashFcn, _EqlKey, _Alloc>] const& __hm2); ---- == Return Value `true` if the hash multimaps contain the same elements == Parameters [cols="1,4"] |=== | Name| Description | *__hm1* | first hash multimap | *__hm2* | second hash multimap |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#