PermissionSet.GetHashCode Méthode

Définition

Obtient un code de hachage pour l’objet PermissionSet qui peut être utilisé dans des structures de données et des algorithmes de hachage, comme une table de hachage.

public:
 override int GetHashCode();
public override int GetHashCode ();
[System.Runtime.InteropServices.ComVisible(false)]
public override int GetHashCode ();
override this.GetHashCode : unit -> int
[<System.Runtime.InteropServices.ComVisible(false)>]
override this.GetHashCode : unit -> int
Public Overrides Function GetHashCode () As Integer

Retours

Int32

Code de hachage pour l’objet PermissionSet actuel.

Attributs

Remarques

Le code de hachage pour deux instances du même jeu d’autorisations peut être différent. Un code de hachage ne doit donc pas être utilisé pour comparer deux PermissionSet objets.

S’applique à