BloombergLP::bdlde::operator!=

Return true if the SHA digests differ.

Synopsis

Declared in <bdlde_sha2.h>

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

Description

Return true if the specified lhs and rhs SHA digests do not have the same value, and false otherwise. Two digests do not have the same value if there exists a set of updates (possibly including the empty set) that, if applied to both, lead to different values being obtained from their respective loadDigest methods.

Return Value

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

Parameters

NameDescription
lhsleft-hand-side SHA digest
rhsright-hand-side SHA digest