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