BloombergLP::bdlbb::operator!=

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

Synopsis

Declared in <bdlbb_blob.h>

bool
operator!=(
    Blob const& lhs,
    Blob const& rhs);

Description

Two blobs do not have the same value if they do not hold the same buffers, or do not have the same length.

Return Value

true if the blobs do not have the same value, and false otherwise

Parameters

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