ComplexBindingPropertiesAttribute.Equals(Object) Método

Definição

Determina se o Object especificado é igual à instância de ComplexBindingPropertiesAttribute atual.Determines whether the specified Object is equal to the current ComplexBindingPropertiesAttribute instance.

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

Parâmetros

obj
Object

O Object a comparar com a instância de ComplexBindingPropertiesAttribute atualThe Object to compare with the current ComplexBindingPropertiesAttribute instance

Retornos

Boolean

true se o objeto é igual à instância atual, caso contrário, false, indicando que não são iguais.true if the object is equal to the current instance; otherwise, false, indicating they are not equal.

Comentários

O Equals método retorna true se obj for do tipo ComplexBindingPropertiesAttribute e as DataSource DataMember Propriedades e dos dois objetos forem iguais.The Equals method returns true if obj is of type ComplexBindingPropertiesAttribute and the DataSource and DataMember properties of the two objects are equal.

Aplica-se a

Confira também