ModelCollationComparer.GetHashCode, méthode (ModelIdentifier)
Sert de fonction de hachage pour le ModelIdentifier 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 ModelIdentifier _
) As Integer
public int GetHashCode(
ModelIdentifier obj
)
public:
virtual int GetHashCode(
ModelIdentifier^ obj
) sealed
abstract GetHashCode :
obj:ModelIdentifier -> int
override GetHashCode :
obj:ModelIdentifier -> int
public final function GetHashCode(
obj : ModelIdentifier
) : int
Paramètres
- obj
Type : Microsoft.Data.Schema.SchemaModel.ModelIdentifier
Objet ModelIdentifier.
Valeur de retour
Type : System.Int32
Code de hachage Int32 pour l'identificateur fourni.
Implémentations
IEqualityComparer<T>.GetHashCode(T)
Sécurité .NET Framework
- Confiance totale accordée à l'appelant immédiat. Ce membre ne peut pas être utilisé par du code d'un niveau de confiance partiel. Pour plus d'informations, consultez Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.