ModelCollationComparer.GetHashCode Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Surcharges
| Nom | Description |
|---|---|
| GetHashCode(ObjectIdentifier) |
Obtient un code de hachage pour l’objet compatible avec la Equals(ObjectIdentifier, ObjectIdentifier) méthode de ce comparateur |
| GetHashCode(IList<String>) |
Obtient un code de hachage pour l’objet compatible avec la Equals(IList<String>, IList<String>) méthode de ce comparateur |
| GetHashCode(String) |
Obtient un code de hachage pour l’objet compatible avec la Equals(String, String) méthode de ce comparateur |
GetHashCode(ObjectIdentifier)
Obtient un code de hachage pour l’objet compatible avec la Equals(ObjectIdentifier, ObjectIdentifier) méthode de ce comparateur
public abstract int GetHashCode(Microsoft.SqlServer.Dac.Model.ObjectIdentifier obj);
override this.GetHashCode : Microsoft.SqlServer.Dac.Model.ObjectIdentifier -> int
Public MustOverride Function GetHashCode (obj As ObjectIdentifier) As Integer
Paramètres
- obj
- ObjectIdentifier
Objet pour lequel obtenir un code de hachage
Retours
code de hachage
Implémente
S’applique à
GetHashCode(IList<String>)
Obtient un code de hachage pour l’objet compatible avec la Equals(IList<String>, IList<String>) méthode de ce comparateur
public abstract int GetHashCode(System.Collections.Generic.IList<string> obj);
override this.GetHashCode : System.Collections.Generic.IList<string> -> int
Public MustOverride Function GetHashCode (obj As IList(Of String)) As Integer
Paramètres
Retours
code de hachage
Implémente
S’applique à
GetHashCode(String)
Obtient un code de hachage pour l’objet compatible avec la Equals(String, String) méthode de ce comparateur
public abstract int GetHashCode(string obj);
override this.GetHashCode : string -> int
Public MustOverride Function GetHashCode (obj As String) As Integer
Paramètres
- obj
- String
Objet pour lequel obtenir un code de hachage
Retours
code de hachage