Return true if the specified lhs and rhs have different values, and false otherwise. Two DatumUdt objects have different values if they have different data or type values.

Synopsis

Declared in <bdld_datumudt.h>

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

Created with MrDocs