[#BloombergLP-bsltf-operator_not_eq-094] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bsltf.adoc[bsltf]::operator!= :relfileprefix: ../../ :mrdocs: Return `true` if the specified `lhs` and `rhs` objects do not have the same value, and `false` otherwise. Two `AllocEmplacableTestType` objects do not have the same value if any of their corresponding attributes do not have the same value. == Synopsis Declared in `<bsltf_allocemplacabletesttype.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- bool operator!=( xref:BloombergLP/bsltf/AllocEmplacableTestType.adoc[AllocEmplacableTestType] const& lhs, xref:BloombergLP/bsltf/AllocEmplacableTestType.adoc[AllocEmplacableTestType] const& rhs); ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#