[#absl-operator_not_eq-069] = xref:absl.adoc[absl]::operator!= :relfileprefix: ../ :mrdocs: Returns whether two maps differ in their key/value pairs. == Synopsis Declared in `<absl/container/linked_hash_map.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- bool operator!=( xref:absl/linked_hash_map.adoc[linked_hash_map] const& a, xref:absl/linked_hash_map.adoc[linked_hash_map] const& b); ---- == Return Value `true` if the maps are not equal. == Parameters [cols="1,4"] |=== | Name| Description | *a* | The first map to compare. | *b* | The second map to compare. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#