System.WideString.operator ==

提供: RAD Studio API Documentation
2011年10月18日 (火) 20:08時点におけるPyBot (トーク | 投稿記録)による版 (Scoping Libraries)
(差分) ← 古い版 | 最新版 (差分) | 新しい版 → (差分)
移動先: 案内検索

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 と指定された文字を比較します。一致した場合,true を返します。

等価演算子は,WideString が rhs と同じ文字列である場合に True を返し,それ以外の場合に False を返します。

関連項目