Return true if the specified lhs object does not have the same value as the specified rhs object.
Declared in <balxml_errorinfo.h>
bool
operator!=(
ErrorInfo const& lhs,
ErrorInfo const& rhs);
The two objects have the same value if severity(), lineNumber(), columnNumber(), source(), and message() return equal values for both.
true if the objects do not have the same value, and false otherwise
| Name | Description |
|---|---|
| lhs | left-hand operand |
| rhs | right-hand operand |