CustomAttributeNamedArgument.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 CustomAttributeNamedArgument structures sont différentes.
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 op_Inequality : System.Reflection.CustomAttributeNamedArgument * System.Reflection.CustomAttributeNamedArgument -> bool
Public Shared Operator != (left As CustomAttributeNamedArgument, right As CustomAttributeNamedArgument) As Boolean
Paramètres
Structure à gauche de l’opérateur d’inégalité.
Structure à droite de l’opérateur d’inégalité.
Retours
true si les deux CustomAttributeNamedArgument structures sont différentes ; sinon, false.
Remarques
La méthode équivalente pour cet opérateur est CustomAttributeNamedArgument.Equals.