[#BloombergLP-bslma-operator_eq-0e] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bslma.adoc[bslma]::operator== :relfileprefix: ../../ :mrdocs: Return `true` if the specified `lhs` is a proxy for the specified `rhs`. == Synopsis Declared in `<bslma_stdtestallocator.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- template<class TYPE> bool operator==( xref:BloombergLP/bslma/StdTestAllocator.adoc[StdTestAllocator<TYPE>] const& lhs, xref:BloombergLP/bslma/TestAllocator.adoc[TestAllocator] const* rhs); ---- == Description Return `true` if the specified `lhs` is a proxy for the specified `rhs`, and `false` otherwise. == Return Value `true` if `lhs` is a proxy for `rhs`. == Parameters [cols="1,4"] |=== | Name| Description | *lhs* | The left‐hand test allocator operand. | *rhs* | The right‐hand test allocator pointer operand. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#