CComVariant::operator !=

bool operator !=( const VARIANT& varSrc );

Remarks

Returns true if either the value or type of varSrc is not equal to the value or type, respectively, of the CComVariant object. Otherwise, false.

CComVariant OverviewClass Members

See Also   CComVariant::operator ==, VARIANT