[#prevector-0c-iterator-operator_eq] = xref:prevector-0c.adoc[prevector]::xref:prevector-0c/iterator.adoc[iterator]::operator== :relfileprefix: ../../ :mrdocs: Returns whether two iterators refer to the same element. == Synopsis Declared in `<prevector.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- bool operator==(xref:prevector-0c/iterator.adoc[iterator] x) const; ---- == Return Value `true` if both iterators refer to the same element. == Parameters [cols="1,4"] |=== | Name| Description | *x* | The iterator to compare against. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#