Duration.Compare Method
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Compares one Duration value 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.Int32If t1 is less than t2, a negative value that represents the difference. If t1 is equal to t2, a value of 0. If t1 is greater than t2, a positive value that represents the difference.
Show: