[#BloombergLP-balxml-operator_eq-0e6] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/balxml.adoc[balxml]::operator== :relfileprefix: ../../ :mrdocs: 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. == Synopsis Declared in `<balxml_errorinfo.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- bool operator==( xref:BloombergLP/balxml/ErrorInfo.adoc[ErrorInfo] const& lhs, xref:BloombergLP/balxml/ErrorInfo.adoc[ErrorInfo] const& rhs); ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#