[#absl-operator_eq-08e] = xref:absl.adoc[absl]::operator== :relfileprefix: ../ :mrdocs: Returns whether two sets contain the same elements. == Synopsis Declared in `<absl/container/linked_hash_set.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- bool operator==( xref:absl/linked_hash_set.adoc[linked_hash_set] const& a, xref:absl/linked_hash_set.adoc[linked_hash_set] const& b); ---- == Return Value `true` if the sets are equal. == Parameters [cols="1,4"] |=== | Name| Description | *a* | The first set to compare. | *b* | The second set to compare. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#