XLL+ Class Library (7.0)

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 identical to that, and false otherwise.

Requirements

Header: xlserialize.h

See Also

CXlSerialData Class | CXlSerialData Methods