Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
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