共用方式為


CComBSTR::operator ==

CComBSTR 與字串比較。 CComBSTR的文字上會比較在使用者的預設地區設定中。

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

參數

  • bstrSrc
    [in] CComBSTR 物件。

  • pszSrc
    [in] 以零結束的字串。

  • nNull
    [in] 必須是 NULL

傳回值

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

備註

最後的比較運算子。 NULL比較中包含的字串。

需求

Header: atlbase.h

請參閱

參考

CComBSTR 類別