ControlBuilderAttribute.Equals(Object) Method

Definition

Gets a value indicating whether the current ControlBuilderAttribute is identical to the specified object.

public:
 override bool Equals(System::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

An object to compare to the current ControlBuilderAttribute.

Returns

true if obj is a ControlBuilderAttribute and is identical to the current ControlBuilderAttribute; otherwise, false.

Applies to