BloombergLP::balber::operator!=

Return !(lhs == rhs).

Synopsis

Declared in <balber_berencoderoptions.h>

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

Return Value

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

Parameters

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