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