Partager via


ModelCollationComparer.GetHashCode, méthode (String)

Sert de fonction de hachage pour le String fourni.

Espace de noms :  Microsoft.Data.Schema.SchemaModel
Assembly :  Microsoft.Data.Schema (dans Microsoft.Data.Schema.dll)

Syntaxe

'Déclaration
Public Function GetHashCode ( _
    obj As String _
) As Integer
public int GetHashCode(
    string obj
)
public:
virtual int GetHashCode(
    String^ obj
) sealed
abstract GetHashCode : 
        obj:string -> int 
override GetHashCode : 
        obj:string -> int 
public final function GetHashCode(
    obj : String
) : int

Paramètres

Valeur de retour

Type : System.Int32
Code de hachage Int32 pour le String fourni.

Implémentations

IEqualityComparer<T>.GetHashCode(T)

Sécurité .NET Framework

Voir aussi

Référence

ModelCollationComparer Classe

GetHashCode, surcharge

Microsoft.Data.Schema.SchemaModel, espace de noms

GetHashCode