Duration.LessThan(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 참조의 기간 을 참조 하세요.

적용 대상