[#bsl-unordered_multimap-0b0-key_eq] = xref:bsl.adoc[bsl]::xref:bsl/unordered_multimap-0b0.adoc[unordered_multimap]::key_eq :relfileprefix: ../../ :mrdocs: Return (a copy of) the key‐equivalence binary functor that returns `true` if the value of two `key_type` objects are equivalent, and `false` otherwise. == Synopsis Declared in `<bslstl_unorderedmultimap.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:bsl/unordered_multimap-0b0/key_equal.adoc[unordered_multimap<KEY, VALUE, HASH, EQUAL, ALLOCATOR>::key_equal] key_eq() const; ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#