Size.Inequality(Size, Size) Operador
Definição
public:
static bool operator !=(Windows::Foundation::Size size1, Windows::Foundation::Size size2);
public static bool operator != (Windows.Foundation.Size size1, Windows.Foundation.Size size2);
static member op_Inequality : Windows.Foundation.Size * Windows.Foundation.Size -> bool
Public Shared Operator != (size1 As Size, size2 As Size) As Boolean
Parâmetros
Retornos
true se as instâncias de Size não forem iguais; caso contrário, false.true if the instances of Size are not equal; otherwise, false.
Comentários
Essa estrutura representa a projeção .NET da estrutura Windows Runtime (WinRT) Size .This struct represents the .NET projection of the Windows Runtime (WinRT) Size struct. Para obter mais informações, consulte tamanho na referência da API UWP.For more information, see Size in the UWP API reference.