COleVariant::operator ==

Use this operator to compare two VARIANT values.

Syntax

BOOL operator ==( const VARIANT& varSrc ) const;

BOOL operator ==( LPCVARIANT pSrc ) const;

At a Glance

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

See Also

COleVariant Overview, COleVariant Operators, Automation Types, COleVariant::operator =, VARIANT