[#bsl-unordered_multimap-0b0-contains-03] = xref:bsl.adoc[bsl]::xref:bsl/unordered_multimap-0b0.adoc[unordered_multimap]::contains :relfileprefix: ../../ :mrdocs: Return `true` if this unordered map contains an element whose key is equivalent to the specified `key`. == Synopsis Declared in `<bslstl_unorderedmultimap.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- bool contains(xref:bsl/unordered_multimap-0b0/key_type.adoc[key_type] const& key) const; ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#