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.
true
lhs
rhs
false
Declared in <bdlbb_blob.h>
<bdlbb_blob.h>
bool operator==( Blob const& lhs, Blob const& rhs);