In file ../../src/Pegasus/Common/CIMValue.h:

PEGASUS_COMMON_LINKAGE Boolean operator!=

(const CIMValue& x,
  const CIMValue& y)

operator != compares two CIMValue objects for inequality.

Documentation

operator != compares two CIMValue objects for inequality.
Parameters:
x - - First CIMValue to compare
y - - Second CIMValue to compare
Returns:
true if they are NOT identical in type, attribute or value, false otherwise.

Alphabetic index HTML hierarchy of classes or Java