PropertyInfo.Inequality(PropertyInfo, PropertyInfo) Opérateur
Définition
Important
Certaines informations concernent des produits en version préliminaire qui peuvent être considérablement modifiés avant leur sortie. Microsoft n’offre aucune garantie, expresse ou implicite, concernant les informations fournies ici.
Indique si deux objets PropertyInfo ne sont pas égaux.
public:
static bool operator !=(System::Reflection::PropertyInfo ^ left, System::Reflection::PropertyInfo ^ right);
public static bool operator !=(System.Reflection.PropertyInfo? left, System.Reflection.PropertyInfo? right);
public static bool operator !=(System.Reflection.PropertyInfo left, System.Reflection.PropertyInfo right);
static member op_Inequality : System.Reflection.PropertyInfo * System.Reflection.PropertyInfo -> bool
Public Shared Operator != (left As PropertyInfo, right As PropertyInfo) As Boolean
Paramètres
- left
- PropertyInfo
Premier objet à comparer.
- right
- PropertyInfo
Deuxième objet à comparer.
Retourne
true si left n'est pas égal à right ; sinon, false.