DataObjectAttribute.Equals(Object) Método

Definição

Determina se esta instância do DataObjectAttribute se ajusta ao padrão de outro objeto.Determines whether this instance of DataObjectAttribute fits the pattern of another 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

Parâmetros

obj
Object

Um objeto a ser comparado com essa instância do DataObjectAttribute.An object to compare with this instance of DataObjectAttribute.

Retornos

Boolean

true se esta instância for igual à instância especificada pelo parâmetro obj; caso contrário, false.true if this instance is the same as the instance specified by the obj parameter; otherwise, false.

Comentários

Esse método determina se essa instância do DataObjectAttribute se ajusta ao padrão de outro objeto.This method determines whether this instance of DataObjectAttribute fits the pattern of another object.

Aplica-se a