Return true if lhs and rhs do not refer to the same element.
Declared in <bsltf_testvaluesarray.h>
template<class VALUE>
bool
operator!=(
TestValuesArraySentinel<VALUE> const& lhs,
TestValuesArrayIterator<VALUE> const& rhs);
Return true if the specified lhs and the specified rhs do not refer to the same element, and false otherwise. The behavior is undefined unless lhs and rhs are comparable.
true if they do not refer to the same element
| Name | Description |
|---|---|
| lhs | sentinel to compare |
| rhs | iterator to compare |