BloombergLP::bsltf::AllocEmplacableTestType::isEqual

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

Synopsis

Declared in <bsltf_allocemplacabletesttype.h>

bool
isEqual(AllocEmplacableTestType const& rhs) const;

Description

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

Return Value

true if this object equals rhs, else false

Parameters

NameDescription
rhsobject to compare with this object