Color.Inequality(Color, Color) Operador
Definição
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 op_Inequality : Windows.UI.Color * Windows.UI.Color -> bool
Public Shared Operator != (color1 As Color, color2 As Color) As Boolean
Parâmetros
Retornos
true se color1 e color2 não forem iguais; caso contrário, false.true if color1 and color2 are not equal; otherwise, false.
Comentários
Essa estrutura representa a projeção .NET da estrutura Windows Runtime (WinRT) Color .This struct represents the .NET projection of the Windows Runtime (WinRT) Color struct. Para obter mais informações, consulte Color na referência da API UWP.For more information, see Color in the UWP API reference.