[#BloombergLP-bdlbb-operator_eq-0f] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdlbb.adoc[bdlbb]::operator== :relfileprefix: ../../ :mrdocs: Equality operators == Synopses Declared in `<bdlbb_blob.h>` Return `true` if the specified `lhs` and `rhs` blob buffers have the same value, and `false` otherwise. Two blob buffers have the same value if they represent the same buffer of the same size. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- bool xref:BloombergLP/bdlbb/operator_eq-03.adoc[operator==]( xref:BloombergLP/bdlbb/BlobBuffer.adoc[BlobBuffer] const& lhs, xref:BloombergLP/bdlbb/BlobBuffer.adoc[BlobBuffer] const& rhs); ---- [.small]#xref:BloombergLP/bdlbb/operator_eq-03.adoc[_» more..._]# Return `true` if the specified `lhs` and `rhs` blobs have the same value, and `false` otherwise. Two blobs have the same value if they hold the same buffers, and have the same length. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- bool xref:BloombergLP/bdlbb/operator_eq-06.adoc[operator==]( xref:BloombergLP/bdlbb/Blob.adoc[Blob] const& lhs, xref:BloombergLP/bdlbb/Blob.adoc[Blob] const& rhs); ---- [.small]#xref:BloombergLP/bdlbb/operator_eq-06.adoc[_» more..._]# [.small]#Created with https://www.mrdocs.com[MrDocs]#