Compares the object with another
[C++]
bool operator =(
const CXlSerialData& that
) const;
A CXlSerialData object that will be compared to *this.
The operator returns true if the current object is identical to that,
and false otherwise.
Header: xlserialize.h