CComVariant::operator !=

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

At a Glance

Header file: Atlbase.h
Windows CE versions: 2.0 and later
Complete documentation: Visual C++ documentation

Syntax

bool operator !=( const VARIANT& varSrc);

See Also

CComVariant::operator ==, VARIANT