Returns '!(lhs == rhs)'

Synopsis

Declared in <baljsn_encoder_testtypes.h>

bool
operator!=(
    EncoderTestSequenceWithUntagged3 const& lhs,
    EncoderTestSequenceWithUntagged3 const& 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