[#BloombergLP-bdlb-operator_not_eq-07f] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdlb.adoc[bdlb]::operator!= :relfileprefix: ../../ :mrdocs: Return `true` if the specified `lhs` and `rhs` index span objects do not have the same value, and `false` otherwise. Two index span objects do not have the same value if either their position or length attributes do not compare equal. == Synopsis Declared in `<bdlb_indexspan.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- bool operator!=( xref:BloombergLP/bdlb/IndexSpan.adoc[IndexSpan] const& lhs, xref:BloombergLP/bdlb/IndexSpan.adoc[IndexSpan] const& rhs); ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#