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