Duration.LessThan(Duration, Duration) 運算子
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
判斷 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
和 t2
都有值且 t1
小於 t2
則為 true
,否則為 false
。
備註
此結構代表 Windows 執行時間 (WinRT) Duration
結構的 .NET 投影。 如需詳細資訊,請參閱UWP API參考中的 持續時間 。