Partager via


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

Valeur de retour

Type : System.Boolean
true si le TypeIdentifier spécifié est égal au TypeIdentifier actif ; sinon, false.

Implémentations

IEquatable<T>.Equals(T)

Sécurité .NET Framework

Voir aussi

Référence

TypeIdentifier Structure

Equals, surcharge

Microsoft.Windows.Design.Metadata, espace de noms