다음을 통해 공유


Thickness.Inequality(Thickness, Thickness) 연산자

정의

Thickness 구조체가 다른지 비교합니다.

public:
 static bool operator !=(Windows::UI::Xaml::Thickness t1, Windows::UI::Xaml::Thickness t2);
public static bool operator != (Windows.UI.Xaml.Thickness t1, Windows.UI.Xaml.Thickness t2);
static member op_Inequality : Windows.UI.Xaml.Thickness * Windows.UI.Xaml.Thickness -> bool
Public Shared Operator != (t1 As Thickness, t2 As Thickness) As Boolean

매개 변수

t1
Thickness

비교할 첫 번째 구조체입니다.

t2
Thickness

비교할 다른 구조체입니다.

반환

Thickness 클래스의 두 인스턴스가 서로 다르면 true이고, 그렇지 않으면 false입니다.

설명

이 구조체는 WinRT(Windows 런타임) Thickness 구조체의 .NET 프로젝션을 나타냅니다. 자세한 내용은 UWP API 참조의 두께 를 참조하세요.

적용 대상