共用方式為


CComBSTR::operator <

CComBSTR 與字串比較。

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

傳回值

傳回 true ,表示要比較的項目比 CComBSTR 物件小於;否則,會傳回 false

備註

使用使用者的預設地區設定,執行比較。

需求

Header: atlbase.h

請參閱

參考

CComBSTR 類別