DisplayNameAttribute.Equals(Object) Method

Definition

Determines whether two DisplayNameAttribute instances are equal.

public:
 override bool Equals(System::Object ^ obj);
public override bool Equals (object? obj);
public override bool Equals (object obj);
override this.Equals : obj -> bool
Public Overrides Function Equals (obj As Object) As Boolean

Parameters

obj
Object

The DisplayNameAttribute to test the value equality of.

Returns

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

Applies to