RepeatBehavior.Inequality(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 op_Inequality : 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 。