Condividi tramite


CComBSTR::operator <

 

Pubblicato: aprile 2016

Confronta CComBSTR con una stringa.

Sintassi

      bool operator <(
   const CComBSTR& bstrSrc 
) const throw( );
bool operator <(
   LPCOLESTR pszSrc 
) const throw( );
bool operator <(
   LPCSTR pszSrc 
) const throw( );

Valore restituito

Restituisce true se l'elemento che viene confrontato sia meno che l'oggetto CComBSTR ; in caso contrario, restituisce false.

Note

Il confronto viene eseguito utilizzando le impostazioni locali predefinite dell'utente.

Requisiti

Header: atlbase.h

Vedere anche

CComBSTR (classe)