[#BloombergLP-bdlc-operator_not_eq-02] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdlc.adoc[bdlc]::operator!= :relfileprefix: ../../ :mrdocs: Return `true` if the specified `lhs` and `rhs` iterators do not have the same value and `false` otherwise. Two `PackedIntArrayConstIterator` iterators do not have the same value if they do not refer to the same array, or do not have the same index. == Synopsis Declared in `<bdlc_packedintarray.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- template<class TYPE> bool operator!=( xref:BloombergLP/bdlc/PackedIntArrayConstIterator.adoc[PackedIntArrayConstIterator<TYPE>] const& lhs, xref:BloombergLP/bdlc/PackedIntArrayConstIterator.adoc[PackedIntArrayConstIterator<TYPE>] const& rhs); ---- == Specializations [cols="1"] |=== | Name | xref:BloombergLP/bdlc/operator_not_eq-0a.adoc[`operator!=<>`] |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#