Partager via


PropertyIdentifier.Equals, méthode (PropertyIdentifier)

Détermine si l'PropertyIdentifier spécifié est égal à l'PropertyIdentifier 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 PropertyIdentifier _
) As Boolean
public bool Equals(
    PropertyIdentifier other
)
public:
virtual bool Equals(
    PropertyIdentifier other
) sealed
abstract Equals : 
        other:PropertyIdentifier -> bool 
override Equals : 
        other:PropertyIdentifier -> bool 
public final function Equals(
    other : PropertyIdentifier
) : boolean

Paramètres

Valeur de retour

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

Implémentations

IEquatable<T>.Equals(T)

Sécurité .NET Framework

Voir aussi

Référence

PropertyIdentifier Structure

Equals, surcharge

Microsoft.Windows.Design.Metadata, espace de noms