XLL+ Class Library (6.3)

CXlMarshaledData::operator !=

Compares the object with another

bool operator !=(
   const CXlMarshaledData& that
) const;

Parameters

that

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

See Also

CXlMarshaledData Class | CXlMarshaledData Methods