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

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

関連項目