[#BloombergLP-bdlde-operator_not_eq-00] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdlde.adoc[bdlde]::operator!= :relfileprefix: ../../ :mrdocs: Inequality operators == Synopses Declared in `<bdlde_base64decoderoptions.h>` Return `true` if the specified `lhs` and `rhs` attribute objects do not have the same value, and `false` otherwise. Two attribute objects do not have the same value if one or more respective attributes differ in values. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- bool xref:BloombergLP/bdlde/operator_not_eq-0a.adoc[operator!=]( xref:BloombergLP/bdlde/Base64EncoderOptions.adoc[Base64EncoderOptions] const& lhs, xref:BloombergLP/bdlde/Base64EncoderOptions.adoc[Base64EncoderOptions] const& rhs); ---- [.small]#xref:BloombergLP/bdlde/operator_not_eq-0a.adoc[_» more..._]# Return `true` if the specified `lhs` and `rhs` attribute objects do not have the same value, and `false` otherwise. Two attribute objects do not have the same value if one or more respective attributes differ in values. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- bool xref:BloombergLP/bdlde/operator_not_eq-098.adoc[operator!=]( xref:BloombergLP/bdlde/Base64DecoderOptions.adoc[Base64DecoderOptions] const& lhs, xref:BloombergLP/bdlde/Base64DecoderOptions.adoc[Base64DecoderOptions] const& rhs); ---- [.small]#xref:BloombergLP/bdlde/operator_not_eq-098.adoc[_» more..._]# 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. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- bool xref:BloombergLP/bdlde/operator_not_eq-04.adoc[operator!=]( xref:BloombergLP/bdlde/Md5.adoc[Md5] const& lhs, xref:BloombergLP/bdlde/Md5.adoc[Md5] const& rhs); ---- [.small]#xref:BloombergLP/bdlde/operator_not_eq-04.adoc[_» more..._]# Return `true` if the specified `lhs` and `rhs` checksums do not have the same value, and `false` otherwise. Two checksums do not have the same value if the values obtained from their `checksum` methods differ. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- bool xref:BloombergLP/bdlde/operator_not_eq-053.adoc[operator!=]( xref:BloombergLP/bdlde/Crc64.adoc[Crc64] const& lhs, xref:BloombergLP/bdlde/Crc64.adoc[Crc64] const& rhs); ---- [.small]#xref:BloombergLP/bdlde/operator_not_eq-053.adoc[_» more..._]# Return `true` if the specified `lhs` and `rhs` checksums do not have the same value, and `false` otherwise. Two checksums do not have the same value if the values obtained from their `checksum` methods differ. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- bool xref:BloombergLP/bdlde/operator_not_eq-06.adoc[operator!=]( xref:BloombergLP/bdlde/Crc32.adoc[Crc32] const& lhs, xref:BloombergLP/bdlde/Crc32.adoc[Crc32] const& rhs); ---- [.small]#xref:BloombergLP/bdlde/operator_not_eq-06.adoc[_» more..._]# 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. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- bool xref:BloombergLP/bdlde/operator_not_eq-090.adoc[operator!=]( xref:BloombergLP/bdlde/Sha224.adoc[Sha224] const& lhs, xref:BloombergLP/bdlde/Sha224.adoc[Sha224] const& rhs); ---- [.small]#xref:BloombergLP/bdlde/operator_not_eq-090.adoc[_» more..._]# 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. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- bool xref:BloombergLP/bdlde/operator_not_eq-055.adoc[operator!=]( xref:BloombergLP/bdlde/Sha256.adoc[Sha256] const& lhs, xref:BloombergLP/bdlde/Sha256.adoc[Sha256] const& rhs); ---- [.small]#xref:BloombergLP/bdlde/operator_not_eq-055.adoc[_» more..._]# 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. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- bool xref:BloombergLP/bdlde/operator_not_eq-09a.adoc[operator!=]( xref:BloombergLP/bdlde/Sha384.adoc[Sha384] const& lhs, xref:BloombergLP/bdlde/Sha384.adoc[Sha384] const& rhs); ---- [.small]#xref:BloombergLP/bdlde/operator_not_eq-09a.adoc[_» more..._]# 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. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- bool xref:BloombergLP/bdlde/operator_not_eq-093.adoc[operator!=]( xref:BloombergLP/bdlde/Sha512.adoc[Sha512] const& lhs, xref:BloombergLP/bdlde/Sha512.adoc[Sha512] const& rhs); ---- [.small]#xref:BloombergLP/bdlde/operator_not_eq-093.adoc[_» more..._]# 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. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- bool xref:BloombergLP/bdlde/operator_not_eq-02.adoc[operator!=]( xref:BloombergLP/bdlde/Sha1.adoc[Sha1] const& lhs, xref:BloombergLP/bdlde/Sha1.adoc[Sha1] const& rhs); ---- [.small]#xref:BloombergLP/bdlde/operator_not_eq-02.adoc[_» more..._]# [.small]#Created with https://www.mrdocs.com[MrDocs]#