[#BloombergLP-balcl-operator_not_eq-06958] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/balcl.adoc[balcl]::operator!= :relfileprefix: ../../ :mrdocs: Return `true` if the specified `lhs` and `rhs` do note have the same value, and `false` otherwise. Two `CommandLine_SchemaData` objects do not have the same value if their `type` attributes are not the same or if their `name` attributes do not compare equal. == Synopsis Declared in `<balcl_commandline.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- bool operator!=( xref:BloombergLP/balcl/CommandLine_SchemaData.adoc[CommandLine_SchemaData] const& lhs, xref:BloombergLP/balcl/CommandLine_SchemaData.adoc[CommandLine_SchemaData] const& rhs); ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#