Returns !(lhs == rhs)

Synopsis

Declared in <baljsn_decoderoptions.h>

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

Return Value

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

Parameters

Name

Description

lhs

left‐hand‐side options object

rhs

right‐hand‐side options object

Created with MrDocs