Returns !(lhs == rhs)
Declared in <baljsn_decoderoptions.h>
bool
operator!=(
DecoderOptions const& lhs,
DecoderOptions const& rhs);
true if the objects do not have the same value, and false otherwise
| Name | Description |
|---|---|
| lhs | left-hand-side options object |
| rhs | right-hand-side options object |