BloombergLP::bdljsn::operator!=

Return whether lhs and rhs do not have the same value.

Synopsis

Declared in <bdljsn_jsonnull.h>

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

Description

Return false (unconditionally) as the specified lhs and rhs cannot have the different values.

Return Value

true if lhs and rhs differ, and false otherwise

Parameters

NameDescription
lhsleft-hand operand
rhsright-hand operand