XLL+ Class Library (7.0)

CXlMarshaledData::Compare

Compares the object with another

int Compare(
   const CXlMarshaledData& that
) const;

Parameters

that

A CXlMarshaledData 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: xlmarshal.h

See Also

CXlMarshaledData Class | CXlMarshaledData Methods