Inequality Operator
Collapse the table of content
Expand the table of content

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)

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.

Windows Phone OS

Supported in: 8.1, 8.0, 7.1, 7.0

Windows Phone

Show:
© 2017 Microsoft