Duration.GreaterThan(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 ( > ) : 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

t1t2에 값이 있으며 t1t2보다 크면 true이고, 그렇지 않으면 false입니다.

설명

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

적용 대상