CustomAttributeTypedArgument.Equality Opérateur

Définition

Teste si deux CustomAttributeTypedArgument structures 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

Structure CustomAttributeTypedArgument à gauche de l’opérateur d’égalité.

right
CustomAttributeTypedArgument

Structure CustomAttributeTypedArgument à droite de l’opérateur d’égalité.

Retours

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

Remarques

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

S’applique à