IdentityDescriptorComparer.Equals, méthode (IdentityDescriptor, IdentityDescriptor)
Espace de noms : Microsoft.VisualStudio.Services.Identity
Assembly : Microsoft.VisualStudio.Services.WebApi (dans Microsoft.VisualStudio.Services.WebApi.dll)
Syntaxe
'Déclaration
Public Function Equals ( _
x As IdentityDescriptor, _
y As IdentityDescriptor _
) As Boolean
public bool Equals(
IdentityDescriptor x,
IdentityDescriptor y
)
Paramètres
Valeur de retour
Type : System.Boolean
Implémentations
IEqualityComparer<T>.Equals(T, 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.