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.
true
lhs
rhs
false
DatumUdt
Declared in <bdld_datumudt.h>
<bdld_datumudt.h>
bool operator!=( DatumUdt const& lhs, DatumUdt const& rhs);