BloombergLP::bdld::operator==

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

Synopsis

Declared in <bdld_manageddatum.h>

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

Description

Two ManagedDatum objects have the same value if their corresponding managed Datum objects have the same value. See the function-level documentation of the Datum equality-comparison operators for details.

Return Value

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

Parameters

NameDescription
lhsleft-hand operand
rhsright-hand operand