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

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

See Also

Reference

KeyTime Structure

System.Windows.Media.Animation Namespace