[#BloombergLP-bdlbb-operator_not_eq-02] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdlbb.adoc[bdlbb]::operator!= :relfileprefix: ../../ :mrdocs: Inequality operators == Synopses Declared in `<bdlbb_blob.h>` 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. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- bool xref:BloombergLP/bdlbb/operator_not_eq-0d.adoc[operator!=]( xref:BloombergLP/bdlbb/BlobBuffer.adoc[BlobBuffer] const& lhs, xref:BloombergLP/bdlbb/BlobBuffer.adoc[BlobBuffer] const& rhs); ---- [.small]#xref:BloombergLP/bdlbb/operator_not_eq-0d.adoc[_» more..._]# Return `true` if the specified `lhs` and `rhs` blobs do not have the same value, and `false` otherwise. Two blobs do not have the same value if they do not hold the same buffers, or do not have the same length. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- bool xref:BloombergLP/bdlbb/operator_not_eq-0f.adoc[operator!=]( xref:BloombergLP/bdlbb/Blob.adoc[Blob] const& lhs, xref:BloombergLP/bdlbb/Blob.adoc[Blob] const& rhs); ---- [.small]#xref:BloombergLP/bdlbb/operator_not_eq-0f.adoc[_» more..._]# [.small]#Created with https://www.mrdocs.com[MrDocs]#