InheritanceAttribute.Equals(Object) Method

Definition

Override to test for equality.

public:
 override bool Equals(System::Object ^ value);
public override bool Equals (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.

Returns

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

Applies to