[#bsl-operator_eq-08d] = xref:bsl.adoc[bsl]::operator== :relfileprefix: ../ :mrdocs: Return `true` if the specified hash maps 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_map.adoc[hash_map<_Key, _Tp, _HashFcn, _EqlKey, _Alloc>] const& __hm1, xref:bsl/hash_map.adoc[hash_map<_Key, _Tp, _HashFcn, _EqlKey, _Alloc>] const& __hm2); ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#