[#BloombergLP-ball-operator_not_eq-016] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/ball.adoc[ball]::operator!= :relfileprefix: ../../ :mrdocs: Return `true` if the specified `lhs` and `rhs` rule sets do not have the same value, and `false` otherwise. Two rule sets do not have the same value if there is at least one rule that exists in one rule but does not exist in the other. == Synopsis Declared in `<ball_ruleset.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- bool operator!=( xref:BloombergLP/ball/RuleSet.adoc[RuleSet] const& lhs, xref:BloombergLP/ball/RuleSet.adoc[RuleSet] const& rhs); ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#