Compartir a través de


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

Actúa como función hash de la lista de tipo String proporcionada.

Espacio de nombres:  Microsoft.Data.Schema.SchemaModel
Ensamblado:  Microsoft.Data.Schema (en Microsoft.Data.Schema.dll)

Sintaxis

'Declaración
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 devuelto

Tipo: System.Int32
Código hash Int32 del objeto String proporcionado.

Implementaciones

IEqualityComparer<T>.GetHashCode(T)

Seguridad de .NET Framework

Vea también

Referencia

ModelCollationComparer Clase

GetHashCode (Sobrecarga)

Microsoft.Data.Schema.SchemaModel (Espacio de nombres)

GetHashCode