XLL+ Class Library

CXlSerialData::Compare

Compares the object with another

[C++]
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