Returns whether two maps differ in their key/value pairs.
Declared in <absl/container/linked_hash_map.h>
bool
operator!=(
linked_hash_map const& a,
linked_hash_map const& b);
true if the maps are not equal.
| Name | Description |
|---|---|
| a | The first map to compare. |
| b | The second map to compare. |