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 _bstr_t& str ) const throw( );
bool operator!=( const _bstr_t& str ) const throw( );
bool operator<( const _bstr_t& str ) const throw( );
bool operator>( const _bstr_t& str ) const throw( );
bool operator<=( const _bstr_t& str ) const throw( );
bool operator>=( const _bstr_t& str ) const throw( );
Remarks
These operators compare two _bstr_t objects lexicographically. The operators return true if the comparisons hold, otherwise return false.
END Microsoft Specific