DisplayNameAttribute::Equals Method (Object^)

 

Determines whether two DisplayNameAttribute instances are equal.

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

public:
virtual bool Equals(
	Object^ obj
) override

Parameters

obj
Type: System::Object^

The DisplayNameAttribute to test the value equality of.

Return Value

Type: System::Boolean

true if the value of the given object is equal to that of the current object; otherwise, false.

.NET Framework
Available since 2.0
Return to top
Show: