Duration.GreaterThanOrEqual Operator
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Determines whether a Duration is greater than or equal to another.
Assembly: System.Windows (in System.Windows.dll)
Parameters
- t1
- Type: System.Windows.Duration
The first instance of Duration to compare.
- t2
- Type: System.Windows.Duration
The second instance of Duration to compare.
Return Value
Type: System.Booleantrue if both t1 and t2 have values and t1 is greater than or equal to t2; otherwise, false.
Show: