MemberDescriptor.Equals(Object) Método
Definição
Compara essa instância ao objeto fornecido para verificar se eles são equivalentes.Compares this instance to the given object to see if they are equivalent.
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 objeto a ser comparado com a instância atual.The object to compare to the current instance.
Retornos
true se forem equivalentes; caso contrário, false.true if equivalent; otherwise, false.