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.
true
lhs
rhs
false
loadDigest
Declared in <bdlde_md5.h>
<bdlde_md5.h>
bool operator==( Md5 const& lhs, Md5 const& rhs);