[#BloombergLP-bsltf-operator_not_eq-02f] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bsltf.adoc[bsltf]::operator!= :relfileprefix: ../../ :mrdocs: Return `true` if `lhs` and `rhs` do not refer to the same element. == Synopsis Declared in `<bsltf_testvaluesarray.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- template<class VALUE> bool operator!=( xref:BloombergLP/bsltf/TestValuesArraySentinel.adoc[TestValuesArraySentinel<VALUE>] const& lhs, xref:BloombergLP/bsltf/TestValuesArrayIterator.adoc[TestValuesArrayIterator<VALUE>] const& rhs); ---- == Description 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. == Return Value `true` if they do not refer to the same element == Parameters [cols="1,4"] |=== | Name| Description | *lhs* | sentinel to compare | *rhs* | iterator to compare |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#