Equality Operator
Collapse the table of content
Expand the table of content

KeyTime.Equality 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 equality.

Namespace:  System.Windows.Media.Animation
Assembly:  System.Windows (in System.Windows.dll)

'Declaration
Public Shared Operator = ( _
	keyTime1 As KeyTime, _
	keyTime2 As KeyTime _
) As Boolean

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 equal; otherwise, false.

Windows Phone OS

Supported in: 8.1, 8.0, 7.1, 7.0

Windows Phone

Show:
© 2017 Microsoft