CustomAttributeTypedArgument.Equality Operatore

Definizione

Verifica se due strutture CustomAttributeTypedArgument sono equivalenti.

public:
 static bool operator ==(System::Reflection::CustomAttributeTypedArgument left, System::Reflection::CustomAttributeTypedArgument right);
public static bool operator == (System.Reflection.CustomAttributeTypedArgument left, System.Reflection.CustomAttributeTypedArgument right);
static member ( = ) : System.Reflection.CustomAttributeTypedArgument * System.Reflection.CustomAttributeTypedArgument -> bool
Public Shared Operator == (left As CustomAttributeTypedArgument, right As CustomAttributeTypedArgument) As Boolean

Parametri

left
CustomAttributeTypedArgument

Struttura CustomAttributeTypedArgument a sinistra dell'operatore di uguaglianza.

right
CustomAttributeTypedArgument

Struttura CustomAttributeTypedArgument a destra dell'operatore di uguaglianza.

Restituisce

true se le due strutture CustomAttributeTypedArgument sono uguali; in caso contrario, false.

Commenti

Il metodo equivalente per questo operatore è CustomAttributeTypedArgument.Equals.

Si applica a