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
- obj
Type : System.String
Objet String.
Valeur de retour
Type : System.Int32
Code de hachage Int32 pour le String 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.