CComVariant::operator ==

bool operator ==( const VARIANT& varSrc );

Remarks

Returns true if the value and type of varSrc are equal to the value and type, respectively, of the CComVariant object. Otherwise, false.

CComVariant OverviewClass Members

See Also   CComVariant::operator !=, VARIANT