Returns whether two sets contain different elements.
Declared in <absl/container/linked_hash_set.h>
bool
operator!=(
linked_hash_set const& a,
linked_hash_set const& b);
true if the sets are not equal.
| Name | Description |
|---|---|
| a | The first set to compare. |
| b | The second set to compare. |