BloombergLP::balst::operator==

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);
» 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...

Return Value

true if both objects have the same value, and false otherwise

Parameters

NameDescription
lhsleft-hand operand
rhsright-hand operand