[#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` do not have the same value. [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` do not have the same value. [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. [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. [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. [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 SHA digests differ. [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 SHA digests differ. [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 SHA digests differ. [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 SHA digests differ. [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 SHA‐1 digests differ. [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..._]# == Return Value `true` if `lhs` and `rhs` do not have the same value, and `false` otherwise == Parameters [cols="1,4"] |=== | Name| Description | *lhs* | left‐hand‐side options object | *rhs* | right‐hand‐side options object |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#