Return true if the specified lhs object has the same value as the specified rhs object. The two objects have the same value if severity(), lineNumber(), columnNumber(), source(), and message() return equal values for both.
lhs
rhs
severity()
lineNumber()
columnNumber()
source()
message()
Declared in <balxml_errorinfo.h>
<balxml_errorinfo.h>
bool operator==( ErrorInfo const& lhs, ErrorInfo const& rhs);