[#BloombergLP-bdlbb-operator_eq-03] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdlbb.adoc[bdlbb]::operator== :relfileprefix: ../../ :mrdocs: Return `true` if the specified `lhs` and `rhs` have the same value. == 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); ---- == Description Two blob buffers have the same value if they represent the same buffer of the same size. == Return Value `true` if both blob buffers have the same value, and `false` otherwise == Parameters [cols="1,4"] |=== | Name| Description | *lhs* | left‐hand‐side blob buffer to compare | *rhs* | right‐hand‐side blob buffer to compare |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#