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