Freigeben über


ModelCollationComparer.GetHashCode-Methode (IList<String>)

Fungiert als Hashfunktion für die angegebene Liste vom Typ String.

Namespace:  Microsoft.Data.Schema.SchemaModel
Assembly:  Microsoft.Data.Schema (in Microsoft.Data.Schema.dll)

Syntax

'Declaration
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

Parameter

Rückgabewert

Typ: System.Int32
Ein Int32-Hash für das angegebene String-Objekt.

Implementiert

IEqualityComparer<T>.GetHashCode(T)

.NET Framework-Sicherheit

Siehe auch

Referenz

ModelCollationComparer Klasse

GetHashCode-Überladung

Microsoft.Data.Schema.SchemaModel-Namespace

GetHashCode