[#bsl-operator_eq-0da] = xref:bsl.adoc[bsl]::operator== :relfileprefix: ../ :mrdocs: Return `true` if the specified `lhs` and `rhs` iterators refer to the same list element or both are the `end()` iterator of the same list. == Synopsis Declared in `<bslstl_list.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- bool operator==( xref:bsl/List_Iterator.adoc[List_Iterator<T1>], xref:bsl/List_Iterator.adoc[List_Iterator<T2>]); ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#