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.
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;
Header file: | Afxdisp.h |
Platforms: | |
Versions: | 2.0 and later |
Complete documentation: | Visual C++ documentation |
COleSafeArray Overview, COleSafeArray Operators, Structures, COleVariant, VARIANT, SAFEARRAY