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>
bool
operator==(
List_Iterator<T1>,
List_Iterator<T2>);
Created with MrDocs