BloombergLP::balber::operator==

Equality operators

Synopses

Declared in <balber_berdecoderoptions.h>

Return true if the specified lhs and rhs attribute objects have the same value, and false otherwise. Two attribute objects have the same value if each respective attribute has the same value.

bool
operator==(
    BerEncoderOptions const& lhs,
    BerEncoderOptions const& rhs);
» more...

Return true if the specified lhs and rhs attribute objects have the same value, and false otherwise. Two attribute objects have the same value if each respective attribute has the same value.

bool
operator==(
    BerDecoderOptions const& lhs,
    BerDecoderOptions const& rhs);
» more...