Return whether lhs and rhs do not have the same value.
Declared in <bdljsn_jsonnull.h>
bool
operator!=(
JsonNull const& lhs,
JsonNull const& rhs);
Return false (unconditionally) as the specified lhs and rhs cannot have the different values.
true if lhs and rhs differ, and false otherwise
| Name | Description |
|---|---|
| lhs | left-hand operand |
| rhs | right-hand operand |