[#BloombergLP-bsltf-operator_eq-03e7] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bsltf.adoc[bsltf]::operator== :relfileprefix: ../../ :mrdocs: Return `true` if the specified `lhs` and `rhs` objects have the same value, and `false` otherwise. Two `AllocTestType` objects have the same if their `data` attributes are the same. == Synopsis Declared in `<bsltf_stdalloctesttype.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- template<class ALLOC> bool operator==( xref:BloombergLP/bsltf/StdAllocTestType.adoc[StdAllocTestType<ALLOC>] const& lhs, xref:BloombergLP/bsltf/StdAllocTestType.adoc[StdAllocTestType<ALLOC>] const& rhs); ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#