RepeatBehavior.Equality(RepeatBehavior, RepeatBehavior) 運算子
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
指出兩個指定的 RepeatBehavior 值是否相等。
public:
static bool operator ==(Windows::UI::Xaml::Media::Animation::RepeatBehavior repeatBehavior1, Windows::UI::Xaml::Media::Animation::RepeatBehavior repeatBehavior2);
public static bool operator == (Windows.UI.Xaml.Media.Animation.RepeatBehavior repeatBehavior1, Windows.UI.Xaml.Media.Animation.RepeatBehavior repeatBehavior2);
static member ( = ) : Windows.UI.Xaml.Media.Animation.RepeatBehavior * Windows.UI.Xaml.Media.Animation.RepeatBehavior -> bool
Public Shared Operator == (repeatBehavior1 As RepeatBehavior, repeatBehavior2 As RepeatBehavior) As Boolean
參數
- repeatBehavior1
- RepeatBehavior
要比較的第一個值。
- repeatBehavior2
- RepeatBehavior
要比較的第二個值。
傳回
如果 repeatBehavior1
和 repeatBehavior2
的型別與重複行為都相等則為 true
,否則為 false
。
備註
此結構代表 Windows 執行時間 (WinRT) RepeatBehavior
結構的 .NET 投影。 如需詳細資訊,請參閱 UWP API 參考中的 RepeatBehavior 。