Freigeben über


NotifyParentPropertyAttribute.Equals-Methode

Ruft einen Wert ab, der angibt, ob das angegebene Objekt mit dem aktuellen Objekt identisch ist.

Overrides Public Function Equals( _
   ByVal obj As Object _) As Boolean
[C#]
public override bool Equals(objectobj);
[C++]
public: bool Equals(Object* obj);
[JScript]
public override function Equals(
   obj : Object) : Boolean;

Parameter

  • obj
    Das auf Gleichheit zu prüfende Objekt.

Rückgabewert

true, wenn das Objekt mit diesem Objekt identisch ist, andernfalls false.

Anforderungen

Plattformen: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003-Familie

Siehe auch

NotifyParentPropertyAttribute-Klasse | NotifyParentPropertyAttribute-Member | System.ComponentModel-Namespace