System.AnsiStringBase.operator <

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

C++

bool operator <(const AnsiStringBase& rhs) const;

プロパティ

種類 可視性 ソース ユニット
function protected dstring.h System AnsiStringBase


説明

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

AnsiString が rhs より小さいの場合,true を返します。

メモ:  この演算子は,単純なバイトレベルの数値比較を実行します。ロケールサポートの場合,または大文字と小文字の区別を無視する場合は,AnsiCompare メソッドまたは AnsiCompareIC メソッドを使います。

関連項目

https://docwiki.embarcadero.com/Libraries/Sydney/j/index.php?title=System.AnsiStringBase.operator_H3C&oldid=164878」から取得