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>
bool
operator==(
List_Iterator<T1> lhs,
List_Iterator<T2> rhs);
true if the iterators refer to the same element
| Name | Description |
|---|---|
| lhs | first iterator to compare |
| rhs | second iterator to compare |