Point.Equality(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’é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 ( = ) : Windows.Foundation.Point * Windows.Foundation.Point -> bool
Public Shared Operator == (point1 As Point, point2 As Point) As Boolean
Paramètres
Retours
true
si les valeurs X et Y de point1
et point2
sont égales ; sinon, false
.
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.Equality 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.)