Inequality operators

Synopses

Declared in <baljsn_datumdecoderoptions.h>

Returns '!(lhs == rhs)'

Returns '!(lhs == rhs)'

Returns '!(lhs == rhs)'

Returns '!(lhs == rhs)'

Returns '!(lhs == rhs)'

Returns '!(lhs == rhs)'

Returns '!(lhs == rhs)'

Returns '!(lhs == rhs)'

Returns '!(lhs == rhs)'

Returns '!(lhs == rhs)'

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

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

Returns '!(lhs == rhs)'

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

Returns '!(lhs == rhs)'

Returns '!(lhs == rhs)'

Returns '!(lhs == rhs)'

Returns '!(lhs == rhs)'

Returns '!(lhs == rhs)'

Returns '!(lhs == rhs)'

Returns '!(lhs == rhs)'

Returns '!(lhs == rhs)'

Returns '!(lhs == rhs)'

Returns '!(lhs == rhs)'

Returns '!(lhs == rhs)'

Returns '!(lhs == rhs)'

Returns '!(lhs == rhs)'

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

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

Returns !(lhs == rhs)

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

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

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

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

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

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

Returns '!(lhs == rhs)'

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

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

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

Returns '!(lhs == rhs)'

Returns '!(lhs == rhs)'

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

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

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

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

Returns '!(lhs == rhs)'

Returns '!(lhs == rhs)'

Returns '!(lhs == rhs)'

Returns '!(lhs == rhs)'

Returns '!(lhs == rhs)'

Returns '!(lhs == rhs)'

Returns '!(lhs == rhs)'

Returns '!(lhs == rhs)'

Returns '!(lhs == rhs)'

Returns '!(lhs == rhs)'

Returns '!(lhs == rhs)'

Return Value

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

Parameters

Name

Description

lhs

left‐hand operand

rhs

right‐hand operand

Created with MrDocs