[#BloombergLP-bdlc-operator_not_eq-014] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdlc.adoc[bdlc]::operator!= :relfileprefix: ../../ :mrdocs: Return `true` if the specified `lhs` and `rhs` index clerks do not have the same value, and `false` otherwise. Two `IndexClerk` objects do not have the same value if they do not have the same `nextNewIndex()`, or might generate different sequences of integer indices. == Synopsis Declared in `<bdlc_indexclerk.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- bool operator!=( xref:BloombergLP/bdlc/IndexClerk.adoc[IndexClerk] const& lhs, xref:BloombergLP/bdlc/IndexClerk.adoc[IndexClerk] const& rhs); ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#