ProvidePropertyAttribute.Equals(Object) Método
Definição
Retorna se o valor do objeto especificado é igual ao ProvidePropertyAttribute atual.Returns whether the value of the given object is equal to the current ProvidePropertyAttribute.
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 cuja igualdade de valor deve ser testada.The object to test the value equality of.
Retornos
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.