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


説明

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

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

関連項目