Nota
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare ad accedere o modificare le directory.
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare a modificare le directory.
Microsoft Specific
bool operator==( const VARIANT& varSrc ) const throw( _com_error );
bool operator==( const VARIANT* pSrc ) const throw( _com_error );
bool operator!=( const VARIANT& varSrc ) const throw( _com_error );
bool operator!=( const VARIANT* pSrc ) const throw( _com_error );
Parameter
varSrc
a VARIANT to be compared with the _variant_t object
pSrc
pointer to the VARIANT to be compared with the _variant_t object
Remarks
Compares a _variant_t object with a VARIANT, testing for equality or inequality. Returns true if comparison holds, false if not.
END Microsoft Specific