[#BloombergLP-bdldfp-operator_not_eq-0d] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdldfp.adoc[bdldfp]::operator!= :relfileprefix: ../../ :mrdocs: Inequality operators == Synopses Declared in `<bdldfp_decimal.h>` Return `true` if the specified `lhs` and `rhs` objects do not have the same value, and `false` otherwise. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- bool xref:BloombergLP/bdldfp/operator_not_eq-0f.adoc[operator!=]( xref:BloombergLP/bdldfp/DecimalFormatConfig.adoc[DecimalFormatConfig] const& lhs, xref:BloombergLP/bdldfp/DecimalFormatConfig.adoc[DecimalFormatConfig] const& rhs); ---- [.small]#xref:BloombergLP/bdldfp/operator_not_eq-0f.adoc[_» more..._]# Return `true` if the specified `lhs` and `rhs` do not have the same value, and `false` otherwise. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- bool xref:BloombergLP/bdldfp/operator_not_eq-05.adoc[operator!=]( xref:BloombergLP/bdldfp/Uint128.adoc[Uint128] const& lhs, xref:BloombergLP/bdldfp/Uint128.adoc[Uint128] const& rhs); ---- [.small]#xref:BloombergLP/bdldfp/operator_not_eq-05.adoc[_» more..._]# Return `true` if the specified `lhs` and `rhs` do not have the same value, and `false` otherwise. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- bool xref:BloombergLP/bdldfp/operator_not_eq-084.adoc[operator!=]( xref:BloombergLP/bdldfp/Decimal32.adoc[Decimal32] lhs, xref:BloombergLP/bdldfp/Decimal32.adoc[Decimal32] rhs); ---- [.small]#xref:BloombergLP/bdldfp/operator_not_eq-084.adoc[_» more..._]# Return `true` if the specified `lhs` and `rhs` do not have the same value, and `false` otherwise. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- bool xref:BloombergLP/bdldfp/operator_not_eq-00.adoc[operator!=]( xref:BloombergLP/bdldfp/Decimal64.adoc[Decimal64] lhs, xref:BloombergLP/bdldfp/Decimal64.adoc[Decimal64] rhs); ---- [.small]#xref:BloombergLP/bdldfp/operator_not_eq-00.adoc[_» more..._]# Return `true` if the specified `lhs` and `rhs` do not have the same value, and `false` otherwise. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- bool xref:BloombergLP/bdldfp/operator_not_eq-0e.adoc[operator!=]( xref:BloombergLP/bdldfp/Decimal32.adoc[Decimal32] lhs, xref:BloombergLP/bdldfp/Decimal64.adoc[Decimal64] rhs); ---- [.small]#xref:BloombergLP/bdldfp/operator_not_eq-0e.adoc[_» more..._]# Return `true` if `lhs` and `rhs` do not have the same value. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- bool xref:BloombergLP/bdldfp/operator_not_eq-0a.adoc[operator!=]( xref:BloombergLP/bdldfp/Decimal64.adoc[Decimal64] lhs, xref:BloombergLP/bdldfp/Decimal32.adoc[Decimal32] rhs); ---- [.small]#xref:BloombergLP/bdldfp/operator_not_eq-0a.adoc[_» more..._]# Return `true` if the specified `lhs` and `rhs` do not have the same value, and `false` otherwise. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- bool xref:BloombergLP/bdldfp/operator_not_eq-097.adoc[operator!=]( xref:BloombergLP/bdldfp/Decimal128.adoc[Decimal128] lhs, xref:BloombergLP/bdldfp/Decimal128.adoc[Decimal128] rhs); ---- [.small]#xref:BloombergLP/bdldfp/operator_not_eq-097.adoc[_» more..._]# Return `true` if the specified `lhs` and `rhs` do not have the same value, and `false` otherwise. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- bool xref:BloombergLP/bdldfp/operator_not_eq-099.adoc[operator!=]( xref:BloombergLP/bdldfp/Decimal32.adoc[Decimal32] lhs, xref:BloombergLP/bdldfp/Decimal128.adoc[Decimal128] rhs); ---- [.small]#xref:BloombergLP/bdldfp/operator_not_eq-099.adoc[_» more..._]# Return `true` if `lhs` and `rhs` do not have the same value. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- bool xref:BloombergLP/bdldfp/operator_not_eq-0b.adoc[operator!=]( xref:BloombergLP/bdldfp/Decimal128.adoc[Decimal128] lhs, xref:BloombergLP/bdldfp/Decimal32.adoc[Decimal32] rhs); ---- [.small]#xref:BloombergLP/bdldfp/operator_not_eq-0b.adoc[_» more..._]# Return `true` if `lhs` and `rhs` do not have the same value. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- bool xref:BloombergLP/bdldfp/operator_not_eq-04.adoc[operator!=]( xref:BloombergLP/bdldfp/Decimal64.adoc[Decimal64] lhs, xref:BloombergLP/bdldfp/Decimal128.adoc[Decimal128] rhs); ---- [.small]#xref:BloombergLP/bdldfp/operator_not_eq-04.adoc[_» more..._]# Return `true` if `lhs` and `rhs` do not have the same value. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- bool xref:BloombergLP/bdldfp/operator_not_eq-080.adoc[operator!=]( xref:BloombergLP/bdldfp/Decimal128.adoc[Decimal128] lhs, xref:BloombergLP/bdldfp/Decimal64.adoc[Decimal64] rhs); ---- [.small]#xref:BloombergLP/bdldfp/operator_not_eq-080.adoc[_» more..._]# == Return Value * `true` if `lhs` and `rhs` do not have the same value, and `false` otherwise * `true` if `lhs` and `rhs` do not have the same value, and `false` otherwise * `true` if the specified `lhs` and `rhs` do not have the same value, and `false` otherwise * `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]#