Size.Inequality(Size, Size) Operador

Definição

Compara duas instâncias de Size quanto à desigualdade.Compares two instances of Size for inequality.

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

size1
Size

A primeira instância de Size para comparar.The first instance of Size to compare.

size2
Size

A segunda instância de Size para comparar.The second instance of Size to compare.

Retornos

Boolean

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.

Aplica-se a