Return true if the specified lhs and rhs objects have the same value, and false otherwise.
Synopses
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);
Return true if the specified lhs and rhs objects have the same value, and false otherwise.
bool
operator==(
StackTrace const& lhs,
StackTrace const& rhs);
Return Value
true if both objects have the same value, and false otherwise
Parameters
Name |
Description |
lhs |
left‐hand operand |
rhs |
right‐hand operand |
Created with MrDocs