Sdílet prostřednictvím


ModelCollationComparer.GetHashCode – metoda (String)

Slouží jako funkce hash stanoveno pro String.

Obor názvů:  Microsoft.Data.Schema.SchemaModel
Sestavení:  Microsoft.Data.Schema (v Microsoft.Data.Schema.dll)

Syntaxe

'Deklarace
Public Function GetHashCode ( _
    obj As String _
) As Integer
public int GetHashCode(
    string obj
)
public:
virtual int GetHashCode(
    String^ obj
) sealed
abstract GetHashCode : 
        obj:string -> int 
override GetHashCode : 
        obj:string -> int 
public final function GetHashCode(
    obj : String
) : int

Parametry

Vrácená hodnota

Typ: System.Int32
Int32 Zadaný kód hash String.

Implementuje

IEqualityComparer<T>.GetHashCode(T)

Zabezpečení rozhraní .NET Framework

Viz také

Odkaz

ModelCollationComparer Třída

GetHashCode – přetížení

Microsoft.Data.Schema.SchemaModel – obor názvů

GetHashCode