BloombergLP::bdlm::operator==

Return true if the specified lhs and rhs have the same value.

Synopsis

Declared in <bdlm_metricdescriptor.h>

bool
operator==(
    MetricDescriptor const& lhs,
    MetricDescriptor const& rhs);

Description

Two MetricDescriptor objects have the same value if each of their attributes (respectively) have the same value.

Return Value

true if lhs and rhs have the same value, and false otherwise

Parameters

NameDescription
lhsleft-hand-side operand of the comparison
rhsright-hand-side operand of the comparison