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