Tests whether the specified object is the same as the current object.
[Visual Basic] Overrides Public Function Equals( _ ByVal obj As Object _ ) As Boolean [C#] public override bool Equals( object obj ); [C++] public: override bool Equals( Object* obj ); [JScript] public override function Equals( obj : Object ) : Boolean;
true if the object is the same, false otherwise.
NotifyParentPropertyAttribute Class | NotifyParentPropertyAttribute Members | System.ComponentModel.Design Namespace