KeyAttributePair<T>.Equals-Methode

Bestimmt, ob das angegebene KeyAttributePair<T> und das aktuelle KeyAttributePair<T> gleich sind.

Namespace:  Microsoft.Windows.Design.PropertyEditing
Assembly:  Microsoft.Windows.Design.Interaction (in Microsoft.Windows.Design.Interaction.dll)

Syntax

'Declaration
Public Overrides Function Equals ( _
    obj As Object _
) As Boolean
public override bool Equals(
    Object obj
)
public:
virtual bool Equals(
    Object^ obj
) override
abstract Equals : 
        obj:Object -> bool 
override Equals : 
        obj:Object -> bool 
public override function Equals(
    obj : Object
) : boolean

Parameter

Rückgabewert

Typ: System.Boolean
true, wenn das angegebene KeyAttributePair<T> gleich dem aktuellen KeyAttributePair<T> ist, andernfalls false.

.NET Framework-Sicherheit

Siehe auch

Referenz

KeyAttributePair<T> Struktur

Microsoft.Windows.Design.PropertyEditing-Namespace

Weitere Ressourcen

Eigenschaftenbearbeitungsarchitektur

WPF-Designer-Erweiterbarkeit