Return whether the specified iterators refer to the same position.
Declared in <bsltf_inputiterator.h>
bool
operator==(
InputIterator<TYPE2> const& lhs,
InputIterator<TYPE2> const& rhs);
Return true if the specified iterators refer to the same underlying position, and false otherwise.
true if both iterators refer to the same position
| Name | Description |
|---|---|
| lhs | left-hand iterator |
| rhs | right-hand iterator |