CComBSTR::operator !=
傳回 運算子==邏輯相反。
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。
備註
CComBSTR的文字上會比較在使用者的預設地區設定中。 最後的比較運算子。 NULL比較中包含的字串。
需求
Header: atlbase.h