KeyTime.Equals Method (KeyTime, KeyTime)
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Indicates whether two KeyTime values are equal.
Assembly: System.Windows (in System.Windows.dll)
Parameters
- keyTime1
- Type: System.Windows.Media.Animation.KeyTime
The first value to compare.
- keyTime2
- Type: System.Windows.Media.Animation.KeyTime
The second value to compare.
Return Value
Type: System.Booleantrue if the values of keyTime1 and keyTime2 are equal; otherwise, false.
Show: