[#BloombergLP-bdlc-operator_not_eq-007] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdlc.adoc[bdlc]::operator!= :relfileprefix: ../../ :mrdocs: Return `true` if the values stored in `lhs` and `rhs` differ. == Synopsis Declared in `<bdlc_compactedarray.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- template<class TYPE> bool operator!=( xref:BloombergLP/bdlc/CompactedArray_CountedValue.adoc[CompactedArray_CountedValue<TYPE>] const& lhs, xref:BloombergLP/bdlc/CompactedArray_CountedValue.adoc[CompactedArray_CountedValue<TYPE>] const& rhs); ---- == Description Note that the reference counts are intentionally ignored. == Return Value `true` if the values differ, and `false` otherwise == Parameters [cols="1,4"] |=== | Name| Description | *lhs* | left‐hand‐side counted value | *rhs* | right‐hand‐side counted value |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#