These overloaded operators 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.
Header file: | Afxdisp.h |
Platforms: | H/PC 2.0, H/PC Pro |
Windows CE versions: | 2.0 and later |
Complete documentation: | Visual C++ documentation |
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;
COleVariant, VARIANT, SAFEARRAY