XLL+ Class Library (6.3)

CXlSerialData::operator <=

Compares the object with another

bool operator <=(
   const CXlSerialData& that
) const;

Parameters

that

A CXlSerialData object that will be compared to *this.

Return Value

The operator returns true if the current object is sorted equal to or before that, and false otherwise.

Requirements

Header: xlserialize.h

See Also

CXlSerialData Class | CXlSerialData Methods