Return true if the specified lhs and rhs SHA-1 digests have the same value.
Return true if the specified lhs and rhs SHA-1 digests have the same value, and false otherwise. Two digests have the same value if, after applying any number of equivalent updates to both (possibly including no updates), the values obtained from their respective loadDigest methods are identical.
true if lhs and rhs have the same value, and false otherwise
| Name | Description |
|---|---|
| lhs | left-hand-side SHA-1 digest |
| rhs | right-hand-side SHA-1 digest |