RefreshPropertiesAttribute.Equals(Object) Method

Definition

Overrides the object's Equals method.

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

Parameters

value
Object

The object to test for equality.

Returns

true if the specified object is the same; otherwise, false.

Applies to