Point.Inequality(Point, Point) 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 l’inégalité de deux structs Point.
public:
static bool operator !=(Windows::Foundation::Point point1, Windows::Foundation::Point point2);
public static bool operator != (Windows.Foundation.Point point1, Windows.Foundation.Point point2);
static member op_Inequality : Windows.Foundation.Point * Windows.Foundation.Point -> bool
Public Shared Operator != (point1 As Point, point2 As Point) As Boolean
Paramètres
- point1
- Point
Premier point à comparer.
- point2
- Point
Deuxième point à comparer.
Retours
true
si point1
et point2
présentent des valeurs X ou Y différentes ; false si point1
et point2
ont les mêmes valeurs X et Y.
Remarques
Ce struct représente la projection .NET du struct Windows Runtime (WinRT). Point
Pour plus d’informations, consultez Point dans la référence de l’API UWP.
Pour plus d’informations et des exemples de ce membre, consultez Point.Inequality les informations de référence sur l’API .NET Framework. (Les exemples montrent l’utilisation de WPF et peuvent ne pas se traduire directement en XAML UWP.)