[#BloombergLP-bdldfp-DecimalImpUtil_IntelDfp-equal-06] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdldfp.adoc[bdldfp]::xref:BloombergLP/bdldfp/DecimalImpUtil_IntelDfp.adoc[DecimalImpUtil_IntelDfp]::equal :relfileprefix: ../../../ :mrdocs: `equal` overloads == Synopses Declared in `<bdldfp_decimalimputil_inteldfp.h>` Return `true` if `lhs` and `rhs` compare equal, and `false` otherwise. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- static bool xref:BloombergLP/bdldfp/DecimalImpUtil_IntelDfp/equal-05c.adoc[equal]( xref:BloombergLP/bdldfp/DecimalImpUtil_IntelDfp/ValueType128.adoc[ValueType128] lhs, xref:BloombergLP/bdldfp/DecimalImpUtil_IntelDfp/ValueType128.adoc[ValueType128] rhs); ---- [.small]#xref:BloombergLP/bdldfp/DecimalImpUtil_IntelDfp/equal-05c.adoc[_» more..._]# Return `true` if the specified `lhs` and `rhs` have the same value, and `false` otherwise. Two decimal objects have the same value if the `compareQuietEqual` operation (IEEE‐754 defined, non‐total ordering comparison) considers the underlying IEEE representations equal. In other words, two decimal objects have the same value if: [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- static bool xref:BloombergLP/bdldfp/DecimalImpUtil_IntelDfp/equal-05f.adoc[equal]( xref:BloombergLP/bdldfp/DecimalImpUtil_IntelDfp/ValueType32.adoc[ValueType32] lhs, xref:BloombergLP/bdldfp/DecimalImpUtil_IntelDfp/ValueType32.adoc[ValueType32] rhs); ---- [.small]#xref:BloombergLP/bdldfp/DecimalImpUtil_IntelDfp/equal-05f.adoc[_» more..._]# Return `true` if `lhs` equals `rhs`, and `false` otherwise. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- static bool xref:BloombergLP/bdldfp/DecimalImpUtil_IntelDfp/equal-0f.adoc[equal]( xref:BloombergLP/bdldfp/DecimalImpUtil_IntelDfp/ValueType64.adoc[ValueType64] lhs, xref:BloombergLP/bdldfp/DecimalImpUtil_IntelDfp/ValueType64.adoc[ValueType64] rhs); ---- [.small]#xref:BloombergLP/bdldfp/DecimalImpUtil_IntelDfp/equal-0f.adoc[_» more..._]# [.small]#Created with https://www.mrdocs.com[MrDocs]#