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.
true
lhs
rhs
end()
Declared in <bslstl_list.h>
<bslstl_list.h>
bool operator==( List_Iterator<T1>, List_Iterator<T2>);