BloombergLP::bdld::operator!=

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

Synopsis

Declared in <bdld_datumudt.h>

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

Description

Two DatumUdt objects have different values if they have different data or type values.

Return Value

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

Parameters

NameDescription
lhsleft-hand operand
rhsright-hand operand