Return whether the specified iterators refer to the same tree node.
Declared in <bslstl_treeiterator.h>
bool
operator==(
TreeIterator<VALUE1, NODEPTR, DIFF> const& lhs,
TreeIterator<VALUE2, NODEPTR, DIFF> const& rhs);
true if the iterators refer to the same tree node, and false otherwise
| Name | Description |
|---|---|
| lhs | first iterator to compare |
| rhs | second iterator to compare |