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