Return whether lhs and rhs do not have the same value.

Synopsis

Declared in <bdljsn_jsonnull.h>

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

Description

Return false (unconditionally) as the specified lhs and rhs cannot have the different values.

Return Value

true if lhs and rhs differ, and false otherwise

Parameters

Name

Description

lhs

left‐hand operand

rhs

right‐hand operand

Created with MrDocs