XLL+ Class Library (6.3)

CXlArray::operator ==

Compare the contents of this CXlArray with another

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