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 false if the current object is identical to that, and true otherwise.

Requirements

Header: xlserialize.h

See Also

CXlSerialData Class | CXlSerialData Methods