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 类