Inequality operators
Declared in <balber_berdecoderoptions.h>
Return !(lhs == rhs).
bool
operator!=(
BerEncoderOptions const& lhs,
BerEncoderOptions const& rhs);
» more...
Return true if the specified lhs and rhs attribute objects do not have the same value, and false otherwise. Two attribute objects do not have the same value if one or more respective attributes differ in values.
bool
operator!=(
BerDecoderOptions const& lhs,
BerDecoderOptions const& rhs);
» more...