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.

Synopsis

Declared in <bdlbb_blob.h>

bool
operator==(
    BlobBuffer const& lhs,
    BlobBuffer const& rhs);

Created with MrDocs