BloombergLP::bdld::operator!=

Return true if the specified lhs and rhs have different values, and true otherwise. Two DatumBinaryRef objects have different values if they refer to arrays of bytes of different sizes or having a different content.

Synopsis

Declared in <bdld_datumbinaryref.h>

bool
operator!=(
    DatumBinaryRef const& lhs,
    DatumBinaryRef const& rhs);