Freigeben über


PropertyIdentifier.Equals-Methode (PropertyIdentifier)

Bestimmt, ob der angegebene PropertyIdentifier und der aktuelle PropertyIdentifier gleich sind.

Namespace:  Microsoft.Windows.Design.Metadata
Assembly:  Microsoft.Windows.Design.Extensibility (in Microsoft.Windows.Design.Extensibility.dll)

Syntax

'Declaration
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

Parameter

Rückgabewert

Typ: System.Boolean
true, wenn das angegebene PropertyIdentifier gleich dem aktuellen PropertyIdentifier ist, andernfalls false.

Implementiert

IEquatable<T>.Equals(T)

.NET Framework-Sicherheit

Siehe auch

Referenz

PropertyIdentifier Struktur

Equals-Überladung

Microsoft.Windows.Design.Metadata-Namespace