CustomPopupPlacement.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.
Compare deux CustomPopupPlacement structures pour déterminer si elles ne sont pas égales.
public:
static bool operator !=(System::Windows::Controls::Primitives::CustomPopupPlacement placement1, System::Windows::Controls::Primitives::CustomPopupPlacement placement2);
public static bool operator !=(System.Windows.Controls.Primitives.CustomPopupPlacement placement1, System.Windows.Controls.Primitives.CustomPopupPlacement placement2);
static member op_Inequality : System.Windows.Controls.Primitives.CustomPopupPlacement * System.Windows.Controls.Primitives.CustomPopupPlacement -> bool
Public Shared Operator != (placement1 As CustomPopupPlacement, placement2 As CustomPopupPlacement) As Boolean
Paramètres
- placement1
- CustomPopupPlacement
CustomPopupPlacement Première structure à comparer.
- placement2
- CustomPopupPlacement
Deuxième CustomPopupPlacement structure à comparer.
Retours
true si les structures n’ont pas les mêmes valeurs ; sinon, false.