CustomAttributeTypedArgument.Equality Opérateur

Définition

Vérifie si deux structures CustomAttributeTypedArgument sont équivalentes.

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

Paramètres

left
CustomAttributeTypedArgument

La structure CustomAttributeTypedArgument qui se trouve à gauche de l'opérateur d'égalité.

right
CustomAttributeTypedArgument

La structure CustomAttributeTypedArgument qui se trouve à droite de l'opérateur d'égalité.

Retours

true si les deux structures CustomAttributeTypedArgument sont égales ; sinon false.

Remarques

La méthode équivalente pour cet opérateur est CustomAttributeTypedArgument.Equals.

S’applique à