System.WideString.operator >

提供: RAD Studio API Documentation
2011年10月18日 (火) 21:48時点における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


説明

2 つの文字列を比較します。

operator > は,WideString が rhs より大きい場合は True を返し,それ以外の場合は False を返します。文字列は,大文字と小文字を区別して各文字の数値で比較します。

関連項目