DesignOnlyAttribute.Equals(Object) Método

Definição

Retorna se o valor do objeto especificado é igual ao DesignOnlyAttribute atual.Returns whether the value of the given object is equal to the current DesignOnlyAttribute.

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

Parâmetros

obj
Object

O objeto cuja igualdade de valor deve ser testada.The object to test the value equality of.

Retornos

Boolean

true se o valor do objeto especificado for igual do atual; caso contrário, false.true if the value of the given object is equal to that of the current; otherwise, false.

Aplica-se a