[#BloombergLP-bdld-operator_not_eq-0a0] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdld.adoc[bdld]::operator!= :relfileprefix: ../../ :mrdocs: Return `true` if the specified `lhs` and `rhs` have different values, and `true` otherwise. Two `DatumBinaryRef` objects have different values if they refer to arrays of bytes of different sizes or having a different content. == Synopsis Declared in `<bdld_datumbinaryref.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- bool operator!=( xref:BloombergLP/bdld/DatumBinaryRef.adoc[DatumBinaryRef] const& lhs, xref:BloombergLP/bdld/DatumBinaryRef.adoc[DatumBinaryRef] const& rhs); ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#