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