[#bsl-unordered_map-02b-key_eq] = xref:bsl.adoc[bsl]::xref:bsl/unordered_map-02b.adoc[unordered_map]::key_eq :relfileprefix: ../../ :mrdocs: Return (a copy of) binary the key‐equality functor used by this unordered map that returns `true` if two `key_type` objects are equivalent, and `false` otherwise. == Synopsis Declared in `<bslstl_unorderedmap.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- EQUAL key_eq() const; ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#