Langage

ModelCollationComparer.GetHashCode Méthode

Définition

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

obj
IList<String>

Objet pour lequel obtenir un code de hachage

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

Implémente

S’applique à