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