Return true if lhs and rhs point to the same element.
Declared in <bslalg_dequeiterator.h>
bool
operator==(
DequeIterator const& lhs,
DequeIterator const& rhs);
true if both iterators point to the same element, and false otherwise
| Name | Description |
|---|---|
| lhs | first iterator to compare |
| rhs | second iterator to compare |