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