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
- other
Type : Microsoft.Windows.Design.Metadata.PropertyIdentifier
PropertyIdentifier à comparer au PropertyIdentifier actif.
Valeur de retour
Type : System.Boolean
true si le PropertyIdentifier spécifié est égal au PropertyIdentifier 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.