Sdílet prostřednictvím


ModelCollationComparer.GetHashCode – metoda (IList<String>)

Slouží jako funkce hash poskytnutý seznam typu String.

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

Syntaxe

'Deklarace
Public Function GetHashCode ( _
    obj As IList(Of String) _
) As Integer
public int GetHashCode(
    IList<string> obj
)
public:
virtual int GetHashCode(
    IList<String^>^ obj
) sealed
abstract GetHashCode : 
        obj:IList<string> -> int 
override GetHashCode : 
        obj:IList<string> -> int 
public final function GetHashCode(
    obj : IList<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