XLL+ Class Library

CXlArray::operator ==

Compare the contents of this CXlArray with another

[C++]
int operator ==(
   const CXlArray& xla
) const;

Parameters

xla

A reference to a CXlArray object.

Return value

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

Remarks

Note that CXlArrays are sorted by size first and then by value.

Requirements

Header: xllplus.h

See Also

CXlArray Class | CXlArray Methods