KeyTime.Inequality Operator
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Compares two KeyTime values for inequality.
Namespace: System.Windows.Media.Animation
Assembly: System.Windows (in System.Windows.dll)
Syntax
Public Shared Operator <> ( _
keyTime1 As KeyTime, _
keyTime2 As KeyTime _
) As Boolean
public static bool operator !=(
KeyTime keyTime1,
KeyTime keyTime2
)
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..::.Boolean
true if keyTime1 and keyTime2 are not equal; otherwise, false.
Version Information
Windows Phone OS
Supported in: 8.1, 8.0, 7.1, 7.0
Platforms
Windows Phone