CustomAttributeTypedArgument.Equals Método

Definición

Sobrecargas

Equals(Object)

Indica si esta instancia y un objeto especificado son iguales.

Equals(CustomAttributeTypedArgument)

Indica si la instancia actual es igual a otra instancia del mismo tipo.

Equals(Object)

Source:
CustomAttributeTypedArgument.cs
Source:
CustomAttributeTypedArgument.cs
Source:
CustomAttributeTypedArgument.cs

Indica si esta instancia y un objeto especificado son iguales.

public:
 override bool Equals(System::Object ^ obj);
public override bool Equals (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.

Devoluciones

true si obj y esta instancia son del mismo tipo y representan el mismo valor; en caso contrario, false.

Consulte también

Se aplica a

Equals(CustomAttributeTypedArgument)

Source:
CustomAttributeTypedArgument.cs
Source:
CustomAttributeTypedArgument.cs
Source:
CustomAttributeTypedArgument.cs

Indica si la instancia actual es igual a otra instancia del mismo tipo.

public:
 virtual bool Equals(System::Reflection::CustomAttributeTypedArgument other);
public bool Equals (System.Reflection.CustomAttributeTypedArgument other);
override this.Equals : System.Reflection.CustomAttributeTypedArgument -> bool
Public Function Equals (other As CustomAttributeTypedArgument) As Boolean

Parámetros

other
CustomAttributeTypedArgument

Instancia de que se va a comparar con esta instancia.

Devoluciones

true si la instancia actual es igual a la otra instancia; de lo contrario, false.

Implementaciones

Se aplica a