[#BloombergLP-bdldfp-operator_not_eq-05] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdldfp.adoc[bdldfp]::operator!= :relfileprefix: ../../ :mrdocs: Return `true` if the specified `lhs` and the specified `rhs` objects do not have the same value, and `false` otherwise. Two `Uint128` objects do not have the same value if either of their `low` and `high` attributes are not the same. == Synopsis Declared in `<bdldfp_uint128.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- bool operator!=( xref:BloombergLP/bdldfp/Uint128.adoc[Uint128] const& lhs, xref:BloombergLP/bdldfp/Uint128.adoc[Uint128] const& rhs); ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#