XLL+ Class Library (7.0)

CXlCell::operator ==

Compare the contents of this CXlCell with another cell

int operator ==(
   const CXlOperBase& xlo
) const;

Parameters

xlo

A reference to another CXlCell, CXlConstCell or CXlOper.

Return Value

Returns TRUE if the value in this object is 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

CXlCell Class | CXlCell Methods