[#BloombergLP-bdldfp-DecimalImpUtil-equal-0c] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdldfp.adoc[bdldfp]::xref:BloombergLP/bdldfp/DecimalImpUtil.adoc[DecimalImpUtil]::equal :relfileprefix: ../../../ :mrdocs: Return `true` if `lhs` and `rhs` compare equal, and `false` otherwise. Return `true` if `lhs` equals `rhs`. == Synopsis Declared in `<bdldfp_decimalimputil.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- static bool equal( xref:BloombergLP/bdldfp/DecimalImpUtil/ValueType128.adoc[ValueType128] lhs, xref:BloombergLP/bdldfp/DecimalImpUtil/ValueType128.adoc[ValueType128] rhs); ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#