BloombergLP::balb::operator!=

Inequality operators

Synopses

Declared in <balb_filecleanerconfiguration.h>

Return true if the specified lhs and rhs objects do not have the same values, as determined by operator==, and false otherwise.

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

Return true if the specified lhs and rhs objects do not have the same values, as determined by operator==, and false otherwise.

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

Return true if the specified lhs and rhs objects do not have the same values, as determined by operator==, and false otherwise.

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

Return true if the specified lhs and rhs objects do not have the same values, as determined by operator==, and false otherwise.

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

Return true if the specified lhs and rhs attribute objects do not have the same value, and false otherwise.

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

Return true if the specified lhs and rhs objects do not have the same values, as determined by operator==, and false otherwise.

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

Return true if the specified lhs and rhs attribute objects do not have the same value, and false otherwise.

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

Return true if the specified lhs and rhs attribute objects do not have the same value, and false otherwise.

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

Return true if the specified lhs and rhs attribute objects do not have the same value, and false otherwise.

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

Return true if the specified lhs and rhs objects do not have the same values, as determined by operator==, and false otherwise.

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

Return true if the specified lhs and rhs objects do not have the same values, as determined by operator==, and false otherwise.

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

Return true if the specified lhs and rhs objects do not have the same values, as determined by operator==, and false otherwise.

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

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

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

Return true if the specified lhs and rhs attribute objects do not have the same value, and false otherwise.

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

Return true if the specified lhs and rhs attribute objects do not have the same value, and false otherwise.

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

Return true if the specified lhs and rhs attribute objects do not have the same value, and false otherwise.

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

Return true if the specified lhs and rhs objects do not have the same values, as determined by operator==, and false otherwise.

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

Return true if the specified lhs and rhs attribute objects do not have the same value, and false otherwise.

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

Return true if the specified lhs and rhs attribute objects do not have the same value, and false otherwise.

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

Return true if the specified lhs and rhs attribute objects do not have the same value, and false otherwise.

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

Return true if the specified lhs and rhs objects do not have the same values, as determined by operator==, and false otherwise.

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

Return true if the specified lhs and rhs objects do not have the same values, as determined by operator==, and false otherwise.

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

Return true if the specified lhs and rhs attribute objects do not have the same value, and false otherwise.

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

Return true if the specified lhs and rhs attribute objects do not have the same value, and false otherwise.

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

Return Value

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

Parameters

NameDescription
lhsleft-hand operand
rhsright-hand operand