== Di CComBSTR::operator

Confronta CComBSTR con una stringa.CComBSTRoggetti viene confrontato testuale nel contesto delle impostazioni locali predefinite dell'utente.

bool operator ==(
   const CComBSTR& bstrSrc 
) const throw( );
bool operator ==(
   LPCOLESTR pszSrc 
) const;
bool operator ==(
   LPCSTR pszSrc 
) const;
bool operator ==(
   int nNull 
) const throw( );

Parametri

  • bstrSrc
    [in] Oggetto CComBSTR.

  • pszSrc
    [in] stringa che termina con zero A.

  • nNull
    [in] deve essere NULL.

Valore restituito

Restituisce true se l'elemento che viene confrontato è uguale all'oggetto CComBSTR ; in caso contrario, restituisce false.

Note

L'operatore di confronto finale confronta solo la stringa contenuta a NULL.

Requisiti

Header: atlbase.h

Vedere anche

Riferimenti

CComBSTR (classe)