BloombergLP::bsltf::operator==

Return whether two EmplacableTestType objects have the same value.

Synopsis

Declared in <bsltf_emplacabletesttype.h>

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

Description

Return true if the specified lhs and rhs objects have the same value, and false otherwise. Two EmplacableTestType objects have the same value if each of their corresponding attributes have the same value.

Return Value

true if lhs and rhs compare equal, else false

Parameters

NameDescription
lhsleft-hand operand
rhsright-hand operand