CComVariant::operator !=

This operator indicates whether or not the CComVariant object does not equal the specified VARIANT.

Syntax

bool operator !=( const VARIANT& varSrc);

At a Glance

Header file: atlbase.h
Platforms:
Versions: 2.0 and later
Complete documentation: Visual C++ documentation

See Also

CComVariant Overview, CComVariant Operators, CComVariant::operator ==, VARIANT