現在のスレッドの Thread.CurrentCulture に関連付けられた、常に使用できる CaseInsensitiveComparer のインスタンスを取得します。
Public Shared ReadOnly Property Default As CaseInsensitiveComparer
[C#]
public static CaseInsensitiveComparer Default {get;}
[C++]
public: __property static CaseInsensitiveComparer* get_Default();
[JScript]
public static function get Default() : CaseInsensitiveComparer;
プロパティ値
現在のスレッドの Thread.CurrentCulture に関連付けられた CaseInsensitiveComparer のインスタンス。
解説
比較プロシージャは、並べ替え順序および大文字と小文字の規則を決定するために、現在のスレッドの Thread.CurrentCulture を使用します。文字列比較の結果は、カルチャに応じて異なる場合があります。カルチャ固有の比較の詳細については、 System.Globalization 名前空間のトピックおよび「 国際対応アプリケーションの開発 」を参照してください。
必要条件
プラットフォーム: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 ファミリ, .NET Compact Framework - Windows CE .NET
参照
CaseInsensitiveComparer クラス | CaseInsensitiveComparer メンバ | System.Collections 名前空間 | Thread.CurrentCulture | System.Globalization.CompareInfo | カルチャを認識しないコレクションの操作の実行