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
- obj
Type: System.Collections.Generic.IList<String>
An IList<T> object of type String.
Return Value
Type: System.Int32
An Int32 hash code for the provided String.
Implements
IEqualityComparer<T>.GetHashCode(T)
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.