[#BloombergLP-bsltf-AllocEmplacableTestType-isEqual] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bsltf.adoc[bsltf]::xref:BloombergLP/bsltf/AllocEmplacableTestType.adoc[AllocEmplacableTestType]::isEqual :relfileprefix: ../../../ :mrdocs: 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. == Synopsis Declared in `<bsltf_allocemplacabletesttype.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- bool isEqual(xref:BloombergLP/bsltf/AllocEmplacableTestType.adoc[AllocEmplacableTestType] const& rhs) const; ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#