[#BloombergLP-bdlbb-operator_not_eq-0d] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdlbb.adoc[bdlbb]::operator!= :relfileprefix: ../../ :mrdocs: Return `true` if the specified `lhs` and `rhs` blob buffers do not have the same value, and `false` otherwise. Two blob buffers do not have the same value if they do not represent the same buffer of the same size. == Synopsis Declared in `<bdlbb_blob.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- bool operator!=( xref:BloombergLP/bdlbb/BlobBuffer.adoc[BlobBuffer] const& lhs, xref:BloombergLP/bdlbb/BlobBuffer.adoc[BlobBuffer] const& rhs); ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#