operator!=
Applies To
OAdvise, OClient, OConnection, OConnectionCollection, ODatabase, ODynaset, ODynasetMark, OField, OFieldCollection, OParameter, OParameterCollection, OSession, OSessionCollection, OValue
Description
Nonequivalence operator
Usage
int OOracleObject::operator!=(const OOracleObject &other)
int ODynasetMark::operator!=(const ODynasetMark &other)
int OValue::operator!=(const OValue &other)
Arguments
other the other object to which this object is being compared
Remarks
This routine returns the opposite of operator==.
Return Value
1 if the objects are not equal; 0 if they are equal.