[#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 the specified `rhs`, in which case return `false`. == 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); ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#