[#BloombergLP-bdldfp-DecimalImpUtil_IntelDfp-notEqual-01] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdldfp.adoc[bdldfp]::xref:BloombergLP/bdldfp/DecimalImpUtil_IntelDfp.adoc[DecimalImpUtil_IntelDfp]::notEqual :relfileprefix: ../../../ :mrdocs: Same as the preceding overload for `ValueType64`. == Synopsis Declared in `<bdldfp_decimalimputil_inteldfp.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- static bool notEqual( xref:BloombergLP/bdldfp/DecimalImpUtil_IntelDfp/ValueType64.adoc[ValueType64] lhs, xref:BloombergLP/bdldfp/DecimalImpUtil_IntelDfp/ValueType64.adoc[ValueType64] rhs); ---- == Return Value `true` if `lhs` and `rhs` are not equal == Parameters [cols="1,4"] |=== | Name| Description | *lhs* | left‐hand decimal value | *rhs* | right‐hand decimal value |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#