Compare the contents of this CXlOper with another
int operator ==( const CXlOper& xlo ) const; |
A reference to another CXlOper.
Returns TRUE if the value in this object is equal to that in xlo; returns FALSE otherwise.
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.
Header: xllplus.h