CComBSTR::operator <
Confronta CComBSTR con una stringa.
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