XLL+ Class Library (7.0)

CXlSerialData::Compare

Compares the object with another

int Compare(
   const CXlSerialData& that
) const;

Parameters

that

A CXlSerialData object that will be compared to *this.

Return Value

This function compares the current object with another and returns -1, 0 or 1 depending on their order.

Requirements

Header: xlserialize.h

See Also

CXlSerialData Class | CXlSerialData Methods