[#BloombergLP-bsltf-operator_not_eq-060] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bsltf.adoc[bsltf]::operator!= :relfileprefix: ../../ :mrdocs: Return `true` if the specified iterators do not refer to the same underlying position, and `false` otherwise. == Synopsis Declared in `<bsltf_inputiterator.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- bool operator!=( xref:BloombergLP/bsltf/InputIterator.adoc[InputIterator<TYPE2>] const& lhs, xref:BloombergLP/bsltf/InputIterator.adoc[InputIterator<TYPE2>] const& rhs); ---- == Return Value `true` if the iterators refer to different positions == Parameters [cols="1,4"] |=== | Name| Description | *lhs* | left‐hand iterator | *rhs* | right‐hand iterator |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#