BloombergLP::balber::operator!=

Inequality operators

Synopses

Declared in <balber_berdecoderoptions.h>

Return !(lhs == rhs).

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

Return true if the specified lhs and rhs do not have the same value.

bool
operator!=(
    BerDecoderOptions const& lhs,
    BerDecoderOptions const& rhs);
» more...

Return Value

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

Parameters

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