CustomAttributeTypedArgument.Equals(Object) Método
Definición
Indica si esta instancia y un objeto especificado son iguales.Indicates whether this instance and a specified object are equal.
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
Otro objeto con el que se va a realizar la comparación.Another object to compare to.
Devoluciones
true
si obj
y esta instancia son del mismo tipo y representan el mismo valor; en caso contrario, false
.true
if obj
and this instance are the same type and represent the same value; otherwise, false
.