System.Generics.Defaults.TOrdinalIStringComparer.GetHashCode

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

Delphi

function GetHashCode(const Value: string): Integer;

C++

virtual int __fastcall GetHashCode(const System::UnicodeString Value)/* overload */;

プロパティ

種類 可視性 ソース ユニット
function public
System.Generics.Defaults.pas
System.Generics.Defaults.hpp
System.Generics.Defaults TOrdinalIStringComparer


説明

指定された文字列に対するハッシュ コードを返します。

メモ: 2 つの大文字/小文字を区別しない文字列が等しい場合には、ハッシュ コードも同じになりますが、2 つの文字列が異なる場合には、そのハッシュ コードは異なる場合もそうでない場合もあり得ます。

関連項目