BloombergLP::bdlde::operator!=

Return true if the specified lhs and rhs MD5 digests do not have the same value.

Synopsis

Declared in <bdlde_md5.h>

bool
operator!=(
    Md5 const& lhs,
    Md5 const& rhs);

Description

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.

Return Value

true if lhs and rhs do not have the same value, and false otherwise

Parameters

NameDescription
lhsleft-hand MD5 digest
rhsright-hand MD5 digest