BloombergLP::balxml::operator==

Return true if the specified lhs and rhs objects have the same value, and false otherwise.

Synopsis

Declared in <balxml_errorinfo.h>

bool
operator==(
    ErrorInfo const& lhs,
    ErrorInfo const& rhs);

Description

The two objects have the same value if severity(), lineNumber(), columnNumber(), source(), and message() return equal values for both.

Return Value

true if both objects have the same value, and false otherwise

Parameters

NameDescription
lhsleft-hand operand
rhsright-hand operand