BloombergLP::bdld::operator!=

Return true if the specified lhs and rhs have different values, and false otherwise.

Synopsis

Declared in <bdld_datumbinaryref.h>

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

Description

Two DatumBinaryRef objects have different values if they refer to arrays of bytes of different sizes or having a different content.

Return Value

true if lhs and rhs have different values, and false otherwise

Parameters

NameDescription
lhsleft-hand operand
rhsright-hand operand