Return true if the specified iterators refer to the same element, and false otherwise.
Declared in <bsltf_testvaluesarray.h>
bool
operator==(
TestValuesArrayIterator<OTHER_VALUE> const& lhs,
TestValuesArrayIterator<OTHER_VALUE> const& rhs);
true if both iterators refer to the same element
| Name | Description |
|---|---|
| lhs | left-hand iterator |
| rhs | right-hand iterator |