PropertyTabAttribute.Equals Método

Definição

Retorna um valor que indica se esta instância é igual a um objeto ou atributo especificado.Returns a value indicating whether this instance is equal to a specified object or attribute.

Sobrecargas

Equals(PropertyTabAttribute)

Retorna um valor que indica se esta instância é igual a um atributo especificado.Returns a value indicating whether this instance is equal to a specified attribute.

Equals(Object)

Retorna um valor que indica se a instância é igual a um objeto especificado.Returns a value indicating whether this instance is equal to a specified object.

Equals(PropertyTabAttribute)

Retorna um valor que indica se esta instância é igual a um atributo especificado.Returns a value indicating whether this instance is equal to a specified attribute.

public:
 bool Equals(System::ComponentModel::PropertyTabAttribute ^ other);
public bool Equals (System.ComponentModel.PropertyTabAttribute other);
override this.Equals : System.ComponentModel.PropertyTabAttribute -> bool
Public Function Equals (other As PropertyTabAttribute) As Boolean

Parâmetros

other
PropertyTabAttribute

Um PropertyTabAttribute a ser comparado com esta instância ou null.A PropertyTabAttribute to compare to this instance, or null.

Retornos

Boolean

true se as instâncias do PropertyTabAttribute forem iguais, caso contrário, false.true if the PropertyTabAttribute instances are equal; otherwise, false.

Exceções

Os tipos especificados pela propriedade TabClassNames do parâmetro other não podem ser encontrados.The types specified by the TabClassNames property of the other parameter cannot be found.

Aplica-se a

Equals(Object)

Retorna um valor que indica se a instância é igual a um objeto especificado.Returns a value indicating whether this instance is equal to a specified object.

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

Parâmetros

other
Object

Um objeto a ser comparado com essa instância ou null.An object to compare to this instance, or null.

Retornos

Boolean

true se other se referir à mesma instância de PropertyTabAttribute, caso contrário, false.true if other refers to the same PropertyTabAttribute instance; otherwise, false.

Exceções

Os tipos especificados pela propriedade TabClassNames do parâmetro other não puderam ser encontrados.The types specified by the TabClassNames property of the other parameter could not be found.

Aplica-se a