[#BloombergLP-bdlb-operator_not_eq-06e] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdlb.adoc[bdlb]::operator!= :relfileprefix: ../../ :mrdocs: Return `true` if the specified `lhs` and `rhs` `BigEndianUint16` objects do not have the same value, and `false` otherwise. Two `BigEndianUint16` objects do not have the same value if and only if the respective integral network byte‐order values that they represent do not have the same value. == Synopsis Declared in `<bdlb_bigendian.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- bool operator!=( xref:BloombergLP/bdlb/BigEndianUint16.adoc[BigEndianUint16] const& lhs, xref:BloombergLP/bdlb/BigEndianUint16.adoc[BigEndianUint16] const& rhs); ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#