XLL+ Class Library (7.0)

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 greater than 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