ControlBuilderAttribute.Equals(Object) Methode

Definition

Ruft einen Wert ab, der angibt, ob der aktuelle ControlBuilderAttribute mit dem angegebenen Objekt identisch ist.

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

Parameter

obj
Object

Ein Objekt, das mit dem aktuellen ControlBuilderAttributeverglichen werden soll.

Gibt zurück

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

Gilt für: