BloombergLP::baljsn::operator!=

Returns !(lhs == rhs)

Synopsis

Declared in <baljsn_decoderoptions.h>

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

Return Value

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

Parameters

NameDescription
lhsleft-hand-side options object
rhsright-hand-side options object