Return true if the specified lhs and rhs objects do not have the same value, and false otherwise.
Declared in <balst_stacktrace.h>
Return true if the specified lhs and rhs objects do not have the same value, and false otherwise.
bool
operator!=(
StackTraceFrame const& lhs,
StackTraceFrame const& rhs);
» more...
Return true if the specified lhs and rhs objects do not have the same value, and false otherwise.
bool
operator!=(
StackTrace const& lhs,
StackTrace const& rhs);
» more...
true if the objects do not have the same value, and false otherwisetrue if the objects do not have the same value, and false otherwise| Name | Description |
|---|---|
| lhs | left-hand operand |
| rhs | right-hand operand |