BrowsableAttribute::Equals Method (Object^)

 

Indicates whether this instance and a specified object are equal.

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

public:
virtual bool Equals(
	Object^ obj
) override

Parameters

obj
Type: System::Object^

Another object to compare to.

Return Value

Type: System::Boolean

true if obj is equal to this instance; otherwise, false.

.NET Framework
Available since 1.1
Silverlight
Available since 4.0
Windows Phone Silverlight
Available since 7.1
Return to top
Show: