System.WideString.operator !=

提供: RAD Studio API Documentation
移動先: 案内検索

C++

bool operator !=(const WideString& rhs) const;
bool operator !=(const BSTR w) const;
bool operator !=(const char* s) const

プロパティ

種類 可視性 ソース ユニット
function public wstring.h System WideString


説明

WideString が別の WideString と異なるかどうかを調べます。

!= 演算子は,2 つの文字列が異なる場合に True を返し,それ以外の場合に False を返します。

関連項目