Return true if the specified lhs and rhs SHA‐1 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.

Synopsis

Declared in <bdlde_sha1.h>

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

Created with MrDocs