RepeatBehavior.Inequality(RepeatBehavior, RepeatBehavior) 運算子

定義

表示兩個所指定 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

要比較的第二個值。

傳回

如果 repeatBehavior1repeatBehavior2 的類型不同或重複行為屬性不相等,則為 true否則為 false

備註

此結構代表 Windows 執行階段 (WinRT) RepeatBehavior 結構的 .NET 投影。 如需詳細資訊,請參閱 UWP API 參考中的 RepeatBehavior

適用於