COleSafeArray::operator ==

Use these overloaded operators to compare two variant arrays. The array with which to compare the COleSafeArray object can be a SAFEARRAY, a COleSafeArray, or an array of VARIANT or COleVariant objects.

Syntax

BOOL operator ==( const SAFEARRAY& saSrc ) const;

BOOL operator ==( LPCSAFEARRAY pSrc ) const;

BOOL operator ==( const COleSafeArray& saSrc ) const;

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

BOOL operator ==( LPCVARIANT pSrc ) const;

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

At a Glance

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

See Also

COleSafeArray Overview, COleSafeArray Operators, Structures, COleVariant, VARIANT, SAFEARRAY