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' objects do not have the same values, as determined by 'operator==', and 'false' otherwise.

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

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 attribute objects do not have the same value, and false otherwise. Two attribute objects do not have the same value if one or more respective attributes differ in values.

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. Two attribute objects do not have the same value if any respective attribute 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. Two attribute objects do not have the same value if one or more respective attributes differ in values.

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. Two attribute objects do not have the same value if one or more respective attributes differ in values.

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' objects do not have the same values, as determined by 'operator==', and 'false' otherwise.

Return 'true' if the specified 'lhs' and 'rhs' attribute objects do not have the same value, and 'false' otherwise. Two attribute objects do not have the same value if one or more respective attributes differ in values.

Returns '!(lhs == rhs)'

Returns '!(lhs == rhs)'

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

Return 'true' if the specified 'lhs' and 'rhs' attribute objects do not have the same value, and 'false' otherwise. Two attribute objects do not have the same value if one or more respective attributes differ in values.

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

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)'

Created with MrDocs