[#BloombergLP-bdld-operator_not_eq-03] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdld.adoc[bdld]::operator!= :relfileprefix: ../../ :mrdocs: Return `true` if the specified `lhs` and `rhs` have different values, and `false` otherwise. Two `DatumIntMapEntry` objects have different values if either the keys or values are not equal. == Synopsis Declared in `<bdld_datum.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- bool operator!=( xref:BloombergLP/bdld/DatumIntMapEntry.adoc[DatumIntMapEntry] const& lhs, xref:BloombergLP/bdld/DatumIntMapEntry.adoc[DatumIntMapEntry] const& rhs); ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#