KeyTime.Equality(KeyTime, KeyTime) Operator

Definition

Compares two KeyTime values for equality.

public:
 static bool operator ==(Windows::UI::Xaml::Media::Animation::KeyTime keyTime1, Windows::UI::Xaml::Media::Animation::KeyTime keyTime2);
public static bool operator == (Windows.UI.Xaml.Media.Animation.KeyTime keyTime1, Windows.UI.Xaml.Media.Animation.KeyTime keyTime2);
static member ( = ) : Windows.UI.Xaml.Media.Animation.KeyTime * Windows.UI.Xaml.Media.Animation.KeyTime -> bool
Public Shared Operator == (keyTime1 As KeyTime, keyTime2 As KeyTime) As Boolean

Parameters

keyTime1
KeyTime

The first value to compare.

keyTime2
KeyTime

The second value to compare.

Returns

true if keyTime1 and keyTime2 are equal; otherwise, false.

Remarks

This struct represents the .NET projection of the Windows Runtime (WinRT) KeyTime struct. For more information, see KeyTime in the UWP API reference.

Applies to