Color.Equality(Color, Color) 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 structs Color sont identiques.
public:
static bool operator ==(Windows::UI::Color color1, Windows::UI::Color color2);
public static bool operator ==(Windows.UI.Color color1, Windows.UI.Color color2);
static member ( = ) : Windows.UI.Color * Windows.UI.Color -> bool
Public Shared Operator == (color1 As Color, color2 As Color) As Boolean
Paramètres
Retours
true si color1 et color2 sont strictement identiques ; sinon, false.
Remarques
Ce struct représente la projection .NET du struct Windows Runtime (WinRT). Color Pour plus d’informations, consultez Couleur dans les informations de référence sur l’API UWP.