CustomAttributeNamedArgument.Equals Metodo

Definizione

Overload

Equals(Object)

Restituisce un valore che indica se questa istanza è uguale a un oggetto specificato.

Equals(CustomAttributeNamedArgument)

Indica se l'istanza corrente è uguale a un'altra istanza dello stesso tipo.

Equals(Object)

Origine:
CustomAttributeNamedArgument.cs
Origine:
CustomAttributeNamedArgument.cs
Origine:
CustomAttributeNamedArgument.cs

Restituisce un valore che indica se questa istanza è uguale a un oggetto specificato.

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

Parametri

obj
Object

Oggetto da confrontare con questa istanza o null.

Restituisce

true se obj è uguale al tipo e al valore di questa istanza; in caso contrario, false.

Si applica a

Equals(CustomAttributeNamedArgument)

Origine:
CustomAttributeNamedArgument.cs
Origine:
CustomAttributeNamedArgument.cs
Origine:
CustomAttributeNamedArgument.cs

Indica se l'istanza corrente è uguale a un'altra istanza dello stesso tipo.

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

Parametri

other
CustomAttributeNamedArgument

Istanza da confrontare con questa istanza.

Restituisce

true se l'istanza corrente è uguale all'altra istanza; in caso contrario, false.

Implementazioni

Si applica a