[#BloombergLP-bdlb-operator_not_eq-02b] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdlb.adoc[bdlb]::operator!= :relfileprefix: ../../ :mrdocs: Return `true` if the specified `lhs` and `rhs` `BigEndianInt32` objects do not have the same value, and `false` otherwise. Two `BigEndianInt32` 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/BigEndianInt32.adoc[BigEndianInt32] const& lhs, xref:BloombergLP/bdlb/BigEndianInt32.adoc[BigEndianInt32] const& rhs); ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#