BloombergLP::bsltf::EmplacableTestType::isEqual

Return whether this object has the same value as the specified other.

Synopsis

Declared in <bsltf_emplacabletesttype.h>

bool
isEqual(EmplacableTestType const& other) const;

Description

Return true if the specified other object has the same value as this object, and false otherwise. Two EmplacableTestType objects have the same value if each of their corresponding attributes have the same value.

Return Value

true if this object equals other, else false

Parameters

NameDescription
otherobject to compare with this object