Equals Method (KeyTime, KeyTime)
Collapse the table of content
Expand the table of content

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.

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

public static bool Equals(
	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 the values of 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