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