[#absl-Cord-CharIterator-operator_eq] = xref:absl.adoc[absl]::xref:absl/Cord.adoc[Cord]::xref:absl/Cord/CharIterator.adoc[CharIterator]::operator== :relfileprefix: ../../../ :mrdocs: Compares two iterators for equality. == Synopsis Declared in `<absl/strings/cord.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- bool operator==(xref:absl/Cord/CharIterator.adoc[CharIterator] const& other) const; ---- == Return Value `true` if both iterators are equal. == Parameters [cols="1,4"] |=== | Name| Description | *other* | The iterator to compare against. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#