[#BloombergLP-bslma-operator_not_eq-0f] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bslma.adoc[bslma]::operator!= :relfileprefix: ../../ :mrdocs: Return `true` unless the specified `lhs` is a proxy for `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` unless the specified `lhs` is a proxy for the specified `rhs`, in which case return `false`. == Return Value `true` unless `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]#