BloombergLP::bdlbb::operator==

Return true if the specified lhs and rhs have the same value.

Synopsis

Declared in <bdlbb_blob.h>

bool
operator==(
    BlobBuffer const& lhs,
    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

NameDescription
lhsleft-hand-side blob buffer to compare
rhsright-hand-side blob buffer to compare