CComVariant::operator ==

This operator indicates whether the CComVariant object equals 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