CustomAttributeNamedArgument.Equality Opérateur

Définition

Vérifie si deux structures CustomAttributeNamedArgument sont équivalentes.

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

Paramètres

left
CustomAttributeNamedArgument

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

right
CustomAttributeNamedArgument

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

Retours

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

Remarques

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

S’applique à