[#BloombergLP-bsltf-operator_not_eq-018] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bsltf.adoc[bsltf]::operator!= :relfileprefix: ../../ :mrdocs: Return an `EvilBoolanType` value that converts to `true` if the specified `lhs` and `rhs` do not have the same value, and a value that converts to `false` otherwise. Two `EvilBooleanType` objects do not have the same value if the values resulting from converting each to `bool` do not have the same value. == Synopsis Declared in `<bsltf_evilbooleantype.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:BloombergLP/bsltf/EvilBooleanType.adoc[bsltf::EvilBooleanType] operator!=( xref:BloombergLP/bsltf/EvilBooleanType.adoc[EvilBooleanType] const& lhs, xref:BloombergLP/bsltf/EvilBooleanType.adoc[EvilBooleanType] const& rhs); ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#