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.
true if lhs and rhs do not have the same value, and false otherwise
| Name | Description |
|---|---|
| lhs | left-hand operand |
| rhs | right-hand operand |