Return true if the specified lhs and rhs checksums do not have the same value, and false otherwise.
Two checksums do not have the same value if the values obtained from their checksum methods differ.
true if lhs and rhs do not have the same value, and false otherwise
| Name | Description |
|---|---|
| lhs | left-hand-side checksum |
| rhs | right-hand-side checksum |