NotifyParentPropertyAttribute::Equals Method (Object^)

 

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

Namespace:   System.ComponentModel
Assembly:  System (in System.dll)

public:
virtual bool Equals(
	Object^ obj
) override

Parameters

obj
Type: System::Object^

The object to test for equality.

Return Value

Type: System::Boolean

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

.NET Framework
Available since 1.1
Return to top
Show: