CustomAttributeTypedArgument.Inequality Opérateur

Définition

Vérifie si deux structures CustomAttributeTypedArgument sont différentes.

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 op_Inequality : System.Reflection.CustomAttributeTypedArgument * System.Reflection.CustomAttributeTypedArgument -> bool
Public Shared Operator != (left As CustomAttributeTypedArgument, right As CustomAttributeTypedArgument) As Boolean

Paramètres

left
CustomAttributeTypedArgument

Structure CustomAttributeTypedArgument qui se trouve à gauche de l’opérateur d’inégalité.

right
CustomAttributeTypedArgument

Structure CustomAttributeTypedArgument qui se trouve à droite de l’opérateur d’inégalité.

Retours

trueCustomAttributeTypedArgument si les deux structures sont différentes ; sinon false.

Remarques

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

S’applique à