TypeIdentifier.Equals, méthode (TypeIdentifier)
Détermine si l'TypeIdentifier spécifié est égal à l'TypeIdentifier en cours.
Espace de noms : Microsoft.Windows.Design.Metadata
Assembly : Microsoft.Windows.Design.Extensibility (dans Microsoft.Windows.Design.Extensibility.dll)
Syntaxe
'Déclaration
Public Function Equals ( _
other As TypeIdentifier _
) As Boolean
public bool Equals(
TypeIdentifier other
)
public:
virtual bool Equals(
TypeIdentifier other
) sealed
abstract Equals :
other:TypeIdentifier -> bool
override Equals :
other:TypeIdentifier -> bool
public final function Equals(
other : TypeIdentifier
) : boolean
Paramètres
- other
Type : Microsoft.Windows.Design.Metadata.TypeIdentifier
TypeIdentifier à comparer au TypeIdentifier actif.
Valeur de retour
Type : System.Boolean
true si le TypeIdentifier spécifié est égal au TypeIdentifier actif ; sinon, false.
Implémentations
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.