XLL+ Class Library

CXlOper::operator !=

Compare the contents of this CXlOper with another

[C++]
int operator !=(
   const CXlOper& xlo
) const;

Parameters

xlo

An initialised CXlOper, or a reference to CXlOper.

Return value

Returns TRUE if the value in this object is not equal to that in xlo; returns FALSE otherwise.

Remarks

Note that CXlOpers are compared by type first and then by value. Thus a string containing "123" will not be equal to an integer containing 123.

Requirements

Header: xllplus.h

See Also

CXlOper Class | CXlOper Methods