다음을 통해 공유


NotifyParentPropertyAttribute.Equals Method

Gets a value indicating whether the specified object is the same as the current object.

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;

Parameters

  • obj
    The object to test for equality.

Return Value

true if the object is the same as this object; otherwise, false.

Requirements

Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family

See Also

NotifyParentPropertyAttribute Class | NotifyParentPropertyAttribute Members | System.ComponentModel Namespace