Duration.Inequality(Duration, Duration) 연산자

정의

Duration 사례가 같지 않은지 확인합니다.

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

매개 변수

t1
Duration

비교할 첫 번째 Duration입니다.

t2
Duration

비교할 두 번째 Duration입니다.

반환

Boolean

t1 또는 t2 중 하나만 값을 나타내거나 두 항목이 모두 다른 값을 나타내면 true이고, 그렇지 않으면 false입니다.

설명

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

적용 대상