[#BloombergLP-bsltf-EmplacableTestType-isEqual] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bsltf.adoc[bsltf]::xref:BloombergLP/bsltf/EmplacableTestType.adoc[EmplacableTestType]::isEqual :relfileprefix: ../../../ :mrdocs: Return whether this object has the same value as the specified `other`. == Synopsis Declared in `<bsltf_emplacabletesttype.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- bool isEqual(xref:BloombergLP/bsltf/EmplacableTestType.adoc[EmplacableTestType] const& other) const; ---- == Description 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. == Return Value `true` if this object equals `other`, else `false` == Parameters [cols="1,4"] |=== | Name| Description | *other* | object to compare with this object |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#