[#BloombergLP-bdlbb-operator_eq-06] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdlbb.adoc[bdlbb]::operator== :relfileprefix: ../../ :mrdocs: 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. == Synopsis Declared in `<bdlbb_blob.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- bool operator==( xref:BloombergLP/bdlbb/Blob.adoc[Blob] const& lhs, xref:BloombergLP/bdlbb/Blob.adoc[Blob] const& rhs); ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#