Inequality operators
Synopses
Declared in <balber_berdecoderoptions.h>
Return !(lhs == rhs).
bool
operator!=(
BerEncoderOptions const& lhs,
BerEncoderOptions const& rhs);
Return true if the specified lhs and rhs do not have the same value.
bool
operator!=(
BerDecoderOptions const& lhs,
BerDecoderOptions const& rhs);
Return Value
-
trueiflhsandrhsdo not have the same value, andfalseotherwise -
trueiflhsandrhsdiffer, andfalseotherwise
Parameters
Name |
Description |
lhs |
left‐hand‐side options object |
rhs |
right‐hand‐side options object |
Created with MrDocs