BloombergLP::bdld::operator==

Return true if the specified lhs and rhs have the same value, and false otherwise. Two DatumBinaryRef objects have the same value if they refer to arrays of bytes of the same size and having the same content.

Synopsis

Declared in <bdld_datumbinaryref.h>

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