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.
bool
operator==(
Base64EncoderOptions const& lhs,
Base64EncoderOptions const& rhs);
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.
bool
operator==(
Base64DecoderOptions const& lhs,
Base64DecoderOptions const& rhs);
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.
bool
operator==(
Md5 const& lhs,
Md5 const& rhs);
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.
bool
operator==(
Crc64 const& lhs,
Crc64 const& rhs);
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.
bool
operator==(
Crc32 const& lhs,
Crc32 const& rhs);
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.
bool
operator==(
Sha224 const& lhs,
Sha224 const& rhs);
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.
bool
operator==(
Sha256 const& lhs,
Sha256 const& rhs);
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.
bool
operator==(
Sha384 const& lhs,
Sha384 const& rhs);
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.
bool
operator==(
Sha512 const& lhs,
Sha512 const& rhs);
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.
bool
operator==(
Sha1 const& lhs,
Sha1 const& rhs);
Created with MrDocs