Поделиться через


ModelCollationComparer.GetHashCode Method (IList<String>)

Serves as a hash function for the provided list of type 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

Parameters

Return Value

Type: System.Int32
An Int32 hash code for the provided String.

Implements

IEqualityComparer<T>.GetHashCode(T)

.NET Framework Security

See Also

Reference

ModelCollationComparer Class

GetHashCode Overload

Microsoft.Data.Schema.SchemaModel Namespace

GetHashCode