ReadOnlyAttribute.Equals(Object) Method

Definition

Indicates whether this instance and a specified object are equal.

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

Another object to compare to.

Returns

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

Applies to