BloombergLP::bdlb::operator==

Return true if the specified lhs and rhs BigEndianUint32 objects have the same value, and false otherwise. Two BigEndianUint32 objects have the same value if and only if the respective integral network byte-order values that they represent have the same value.

Synopsis

Declared in <bdlb_bigendian.h>

bool
operator==(
    BigEndianUint32 const& lhs,
    BigEndianUint32 const& rhs);