Return true if the specified lhs and rhs BigEndianInt64 objects do not have the same value, and false otherwise. Two BigEndianInt64 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.
Declared in <bdlb_bigendian.h>
bool
operator!=(
BigEndianInt64 const& lhs,
BigEndianInt64 const& rhs);