[#absl-operator_eq-0f3] = xref:absl.adoc[absl]::operator== :relfileprefix: ../ :mrdocs: Tests whether two iterators refer to the same position. == Synopsis Declared in `<absl/types/any_span.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- bool operator==( Iter const& a, Iter const& b); ---- == Return Value `true` if `a` and `b` point to the same position. == Parameters [cols="1,4"] |=== | Name| Description | *a* | The left operand. | *b* | The right operand. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#