Return whether the specified iterators refer to the same tree node.
Synopsis
Declared in <bslstl_treeiterator.h>
bool
operator==(
TreeIterator<VALUE1, NODEPTR, DIFF> const&,
TreeIterator<VALUE2, NODEPTR, DIFF> const&);
Created with MrDocs