Return true if the specified lhs and rhs MD5 digests do not have the same value.
Return true if the specified lhs and rhs MD5 digests do not have the same value, and false otherwise. Two digests do not have the same value if the values obtained from their respective loadDigest methods differ.
true if lhs and rhs do not have the same value, and false otherwise
| Name | Description |
|---|---|
| lhs | left-hand MD5 digest |
| rhs | right-hand MD5 digest |