Skip Headers

Oracle® Objects for OLE C++ Class Library Developer's Guide
10g Release 1 (10.1)

Part Number B10119-01
Go to Documentation Home
Home
Go to Book List
Book List
Go to Table of Contents
Contents
Go to Master Index
Master Index
Go to Feedback page
Feedback

operator!=

Applies To

OAdvise, OClient, OConnection, OConnectionCollection, ODatabase, ODatabaseCollection, ODynaset, ODynasetMark, OField, OFieldCollection, OParameter, OParameterCollection, OSession, OSessionCollection, OValue, OAQ, OAQAgent, OAQMsg, OBfile, OBlob, OClob, OCollection, OException, OMDAttribute, OMetaData, OObject, ORef, OServer, OSnapshotID

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.