[#absl-linked_hash_map-key_eq] = xref:absl.adoc[absl]::xref:absl/linked_hash_map.adoc[linked_hash_map]::key_eq :relfileprefix: ../../ :mrdocs: Returns the key equality comparison used by the map. == Synopsis Declared in `<absl/container/linked_hash_map.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:absl/linked_hash_map/key_equal.adoc[key_equal] key_eq() const; ---- == Return Value The key equality comparison. [.small]#Created with https://www.mrdocs.com[MrDocs]#