Return whether this object has the same value as the specified rhs.
Declared in <bsltf_allocemplacabletesttype.h>
bool
isEqual(AllocEmplacableTestType const& rhs) const;
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.
true if this object equals rhs, else false
| Name | Description |
|---|---|
| rhs | object to compare with this object |