Método ModelCollationComparer.GetHashCode (IList<String>)

Serve como uma função de hash para a lista fornecida do tipo String.

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

Sintaxe

'Declaração
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

Parâmetros

Valor de retorno

Tipo: System.Int32
Um Int32 código de hash para fornecida String.

Implementações

IEqualityComparer<T>.GetHashCode(T)

Segurança do .NET Framework

Consulte também

Referência

ModelCollationComparer Classe

Sobrecargas GetHashCode

Namespace Microsoft.Data.Schema.SchemaModel

GetHashCode