Return true if the specified lhs and rhs MD5 digests have the same value.
Synopsis
Description
Return true if the specified lhs and rhs MD5 digests have the same value, and false otherwise. Two digests have the same value if the values obtained from their respective loadDigest methods are identical.
Return Value
true if lhs and rhs have the same value, and false otherwise
Parameters
Name |
Description |
lhs |
left‐hand MD5 digest |
rhs |
right‐hand MD5 digest |
Created with MrDocs