[#BloombergLP-bdldfp-DecimalImpUtil-notEqual-0a] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdldfp.adoc[bdldfp]::xref:BloombergLP/bdldfp/DecimalImpUtil.adoc[DecimalImpUtil]::notEqual :relfileprefix: ../../../ :mrdocs: Return `true` if `lhs` and `rhs` do not have the same value. == Synopsis Declared in `<bdldfp_decimalimputil.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- static bool notEqual( xref:BloombergLP/bdldfp/DecimalImpUtil/ValueType64.adoc[ValueType64] lhs, xref:BloombergLP/bdldfp/DecimalImpUtil/ValueType64.adoc[ValueType64] rhs); ---- == Return Value `true` if `lhs` and `rhs` do not have the same value == Parameters [cols="1,4"] |=== | Name| Description | *lhs* | left‐hand operand | *rhs* | right‐hand operand |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#