[#bsl-operator_eq-0cb] = xref:bsl.adoc[bsl]::operator== :relfileprefix: ../ :mrdocs: Return `true` if the specified `lhs` and `rhs` objects have the same value, and `false` otherwise. == Synopsis Declared in `<bslstl_unorderedmap.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- bool operator==( xref:bsl/unordered_map-02b.adoc[unordered_map<KEY2, VALUE2, HASH2, EQUAL2, ALLOCATOR2>] const&, xref:bsl/unordered_map-02b.adoc[unordered_map<KEY2, VALUE2, HASH2, EQUAL2, ALLOCATOR2>] const&); ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#