BloombergLP::bdlbb::operator!=

Inequality operators

Synopses

Declared in <bdlbb_blob.h>

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

bool
operator!=(
    BlobBuffer const& lhs,
    BlobBuffer const& rhs);
» more...

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

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

Return Value

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

Parameters

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