CustomAttributeTypedArgument.Inequality Opérateur
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Teste si deux CustomAttributeTypedArgument structures 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
Structure CustomAttributeTypedArgument à gauche de l’opérateur d’inégalité.
Structure CustomAttributeTypedArgument à droite de l’opérateur d’inégalité.
Retours
true si les deux CustomAttributeTypedArgument structures sont différentes ; sinon, false.
Remarques
La méthode équivalente pour cet opérateur est CustomAttributeTypedArgument.Equals.