CComVariant::operator ==

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