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