[#BloombergLP-bdlde-operator_eq-01] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdlde.adoc[bdlde]::operator== :relfileprefix: ../../ :mrdocs: Equality operators == Synopses Declared in `<bdlde_base64decoderoptions.h>` Return `true` if the specified `lhs` and `rhs` attribute objects have the same value, and `false` otherwise. Two attribute objects have the same value if each respective attribute has the same value. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- bool xref:BloombergLP/bdlde/operator_eq-0d.adoc[operator==]( xref:BloombergLP/bdlde/Base64EncoderOptions.adoc[Base64EncoderOptions] const& lhs, xref:BloombergLP/bdlde/Base64EncoderOptions.adoc[Base64EncoderOptions] const& rhs); ---- [.small]#xref:BloombergLP/bdlde/operator_eq-0d.adoc[_» more..._]# Return `true` if the specified `lhs` and `rhs` attribute objects have the same value, and `false` otherwise. Two attribute objects have the same value if each respective attribute has the same value. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- bool xref:BloombergLP/bdlde/operator_eq-08.adoc[operator==]( xref:BloombergLP/bdlde/Base64DecoderOptions.adoc[Base64DecoderOptions] const& lhs, xref:BloombergLP/bdlde/Base64DecoderOptions.adoc[Base64DecoderOptions] const& rhs); ---- [.small]#xref:BloombergLP/bdlde/operator_eq-08.adoc[_» more..._]# Return `true` if the specified `lhs` and `rhs` MD5 digests have the same value, and `false` otherwise. Two digests have the same value if the values obtained from their respective `loadDigest` methods are identical. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- bool xref:BloombergLP/bdlde/operator_eq-0ea.adoc[operator==]( xref:BloombergLP/bdlde/Md5.adoc[Md5] const& lhs, xref:BloombergLP/bdlde/Md5.adoc[Md5] const& rhs); ---- [.small]#xref:BloombergLP/bdlde/operator_eq-0ea.adoc[_» more..._]# Return `true` if the specified `lhs` and `rhs` checksums have the same value, and `false` otherwise. Two checksums have the same value if the values obtained from their `checksum` methods are identical. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- bool xref:BloombergLP/bdlde/operator_eq-0f6.adoc[operator==]( xref:BloombergLP/bdlde/Crc64.adoc[Crc64] const& lhs, xref:BloombergLP/bdlde/Crc64.adoc[Crc64] const& rhs); ---- [.small]#xref:BloombergLP/bdlde/operator_eq-0f6.adoc[_» more..._]# Return `true` if the specified `lhs` and `rhs` checksums have the same value, and `false` otherwise. Two checksums have the same value if the values obtained from their `checksum` methods are identical. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- bool xref:BloombergLP/bdlde/operator_eq-0a.adoc[operator==]( xref:BloombergLP/bdlde/Crc32.adoc[Crc32] const& lhs, xref:BloombergLP/bdlde/Crc32.adoc[Crc32] const& rhs); ---- [.small]#xref:BloombergLP/bdlde/operator_eq-0a.adoc[_» more..._]# Return `true` if the specified `lhs` and `rhs` SHA digests have the same value, and `false` otherwise. Two digests have the same value if, after applying any number of equivalent updates to both (possibly including no updates), the values obtained from their respective `loadDigest` methods are identical. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- bool xref:BloombergLP/bdlde/operator_eq-0b.adoc[operator==]( xref:BloombergLP/bdlde/Sha224.adoc[Sha224] const& lhs, xref:BloombergLP/bdlde/Sha224.adoc[Sha224] const& rhs); ---- [.small]#xref:BloombergLP/bdlde/operator_eq-0b.adoc[_» more..._]# Return `true` if the specified `lhs` and `rhs` SHA digests have the same value, and `false` otherwise. Two digests have the same value if, after applying any number of equivalent updates to both (possibly including no updates), the values obtained from their respective `loadDigest` methods are identical. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- bool xref:BloombergLP/bdlde/operator_eq-0c.adoc[operator==]( xref:BloombergLP/bdlde/Sha256.adoc[Sha256] const& lhs, xref:BloombergLP/bdlde/Sha256.adoc[Sha256] const& rhs); ---- [.small]#xref:BloombergLP/bdlde/operator_eq-0c.adoc[_» more..._]# Return `true` if the specified `lhs` and `rhs` SHA digests have the same value, and `false` otherwise. Two digests have the same value if, after applying any number of equivalent updates to both (possibly including no updates), the values obtained from their respective `loadDigest` methods are identical. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- bool xref:BloombergLP/bdlde/operator_eq-00.adoc[operator==]( xref:BloombergLP/bdlde/Sha384.adoc[Sha384] const& lhs, xref:BloombergLP/bdlde/Sha384.adoc[Sha384] const& rhs); ---- [.small]#xref:BloombergLP/bdlde/operator_eq-00.adoc[_» more..._]# Return `true` if the specified `lhs` and `rhs` SHA digests have the same value, and `false` otherwise. Two digests have the same value if, after applying any number of equivalent updates to both (possibly including no updates), the values obtained from their respective `loadDigest` methods are identical. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- bool xref:BloombergLP/bdlde/operator_eq-0e0.adoc[operator==]( xref:BloombergLP/bdlde/Sha512.adoc[Sha512] const& lhs, xref:BloombergLP/bdlde/Sha512.adoc[Sha512] const& rhs); ---- [.small]#xref:BloombergLP/bdlde/operator_eq-0e0.adoc[_» more..._]# Return `true` if the specified `lhs` and `rhs` SHA‐1 digests have the same value, and `false` otherwise. Two digests have the same value if, after applying any number of equivalent updates to both (possibly including no updates), the values obtained from their respective `loadDigest` methods are identical. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- bool xref:BloombergLP/bdlde/operator_eq-0f3.adoc[operator==]( xref:BloombergLP/bdlde/Sha1.adoc[Sha1] const& lhs, xref:BloombergLP/bdlde/Sha1.adoc[Sha1] const& rhs); ---- [.small]#xref:BloombergLP/bdlde/operator_eq-0f3.adoc[_» more..._]# [.small]#Created with https://www.mrdocs.com[MrDocs]#