[#BloombergLP-bdld-operator_not_eq-0ad] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdld.adoc[bdld]::operator!= :relfileprefix: ../../ :mrdocs: Inequality operators == Synopses Declared in `<bdld_datum.h>` Return `true` if the specified `lhs` and `rhs` have different values, and `false` otherwise. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- bool xref:BloombergLP/bdld/operator_not_eq-0a0.adoc[operator!=]( xref:BloombergLP/bdld/DatumBinaryRef.adoc[DatumBinaryRef] const& lhs, xref:BloombergLP/bdld/DatumBinaryRef.adoc[DatumBinaryRef] const& rhs); ---- [.small]#xref:BloombergLP/bdld/operator_not_eq-0a0.adoc[_» more..._]# Return `true` if the specified `lhs` and `rhs` have different values and `false` otherwise. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- bool xref:BloombergLP/bdld/operator_not_eq-0f.adoc[operator!=]( xref:BloombergLP/bdld/DatumError.adoc[DatumError] const& lhs, xref:BloombergLP/bdld/DatumError.adoc[DatumError] const& rhs); ---- [.small]#xref:BloombergLP/bdld/operator_not_eq-0f.adoc[_» more..._]# Return `true` if the specified `lhs` and `rhs` have different values, and `false` otherwise. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- bool xref:BloombergLP/bdld/operator_not_eq-0e.adoc[operator!=]( xref:BloombergLP/bdld/DatumUdt.adoc[DatumUdt] const& lhs, xref:BloombergLP/bdld/DatumUdt.adoc[DatumUdt] const& rhs); ---- [.small]#xref:BloombergLP/bdld/operator_not_eq-0e.adoc[_» more..._]# Return whether `lhs` and `rhs` represent different values. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- bool xref:BloombergLP/bdld/operator_not_eq-08.adoc[operator!=]( xref:BloombergLP/bdld/Datum.adoc[Datum] const& lhs, xref:BloombergLP/bdld/Datum.adoc[Datum] const& rhs); ---- [.small]#xref:BloombergLP/bdld/operator_not_eq-08.adoc[_» more..._]# Return whether `lhs` and `rhs` have different values. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- bool xref:BloombergLP/bdld/operator_not_eq-0c.adoc[operator!=]( xref:BloombergLP/bdld/DatumArrayRef.adoc[DatumArrayRef] const& lhs, xref:BloombergLP/bdld/DatumArrayRef.adoc[DatumArrayRef] const& rhs); ---- [.small]#xref:BloombergLP/bdld/operator_not_eq-0c.adoc[_» more..._]# Return whether `lhs` and `rhs` have different values. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- bool xref:BloombergLP/bdld/operator_not_eq-03.adoc[operator!=]( xref:BloombergLP/bdld/DatumIntMapEntry.adoc[DatumIntMapEntry] const& lhs, xref:BloombergLP/bdld/DatumIntMapEntry.adoc[DatumIntMapEntry] const& rhs); ---- [.small]#xref:BloombergLP/bdld/operator_not_eq-03.adoc[_» more..._]# Return whether `lhs` and `rhs` have different values. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- bool xref:BloombergLP/bdld/operator_not_eq-04.adoc[operator!=]( xref:BloombergLP/bdld/DatumIntMapRef.adoc[DatumIntMapRef] const& lhs, xref:BloombergLP/bdld/DatumIntMapRef.adoc[DatumIntMapRef] const& rhs); ---- [.small]#xref:BloombergLP/bdld/operator_not_eq-04.adoc[_» more..._]# Return whether `lhs` and `rhs` have different values. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- bool xref:BloombergLP/bdld/operator_not_eq-0ae.adoc[operator!=]( xref:BloombergLP/bdld/DatumMapEntry.adoc[DatumMapEntry] const& lhs, xref:BloombergLP/bdld/DatumMapEntry.adoc[DatumMapEntry] const& rhs); ---- [.small]#xref:BloombergLP/bdld/operator_not_eq-0ae.adoc[_» more..._]# Return whether `lhs` and `rhs` have different values. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- bool xref:BloombergLP/bdld/operator_not_eq-0b.adoc[operator!=]( xref:BloombergLP/bdld/DatumMapRef.adoc[DatumMapRef] const& lhs, xref:BloombergLP/bdld/DatumMapRef.adoc[DatumMapRef] const& rhs); ---- [.small]#xref:BloombergLP/bdld/operator_not_eq-0b.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/bdld/operator_not_eq-05.adoc[operator!=]( xref:BloombergLP/bdld/ManagedDatum.adoc[ManagedDatum] const& lhs, xref:BloombergLP/bdld/ManagedDatum.adoc[ManagedDatum] const& rhs); ---- [.small]#xref:BloombergLP/bdld/operator_not_eq-05.adoc[_» more..._]# == Return Value * `true` if `lhs` and `rhs` have different values, and `false` otherwise * `true` if `lhs` and `rhs` have different values, and `false` otherwise * `true` if `lhs` and `rhs` have different values, and `false` otherwise * `true` if `lhs` and `rhs` do not have the same value, and `false` otherwise == Parameters [cols="1,4"] |=== | Name| Description | *lhs* | left‐hand operand | *rhs* | right‐hand operand |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#