[#BloombergLP-bsltf-operator_not_eq-0b1] = 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 `NonDefaultConstructibleTestType` objects do not have the same value if `data` attributes are not the same. == Synopsis Declared in `<bsltf_nondefaultconstructibletesttype.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- bool operator!=( xref:BloombergLP/bsltf/NonDefaultConstructibleTestType.adoc[NonDefaultConstructibleTestType] const& lhs, xref:BloombergLP/bsltf/NonDefaultConstructibleTestType.adoc[NonDefaultConstructibleTestType] const& rhs); ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#