[#BloombergLP-balcl-operator_not_eq-04] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/balcl.adoc[balcl]::operator!= :relfileprefix: ../../ :mrdocs: Return `true` if the specified `lhs` command‐line option info has a different value from the specified `rhs` command‐line option info, and `false` otherwise. Two `TypeInfo` objects do not have the same value if the associated options have different types, or one object has a linked variable and the other either does not or refers to a different variable, and one has a constraint and the other either does not or refers to a different constraint. Note that two objects constructed from copies of the same constraint will _not_ be identical. (Use `constraint`/`setConstraint` to ensure that both constraints are the same.) == Synopsis Declared in `<balcl_typeinfo.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- bool operator!=( xref:BloombergLP/balcl/TypeInfo.adoc[TypeInfo] const& lhs, xref:BloombergLP/balcl/TypeInfo.adoc[TypeInfo] const& rhs); ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#