RepeatBehavior.Inequality(RepeatBehavior, RepeatBehavior) Opérateur
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Indique si les deux instances de RepeatBehavior ne sont pas égales.
public:
static bool operator !=(System::Windows::Media::Animation::RepeatBehavior repeatBehavior1, System::Windows::Media::Animation::RepeatBehavior repeatBehavior2);
public static bool operator != (System.Windows.Media.Animation.RepeatBehavior repeatBehavior1, System.Windows.Media.Animation.RepeatBehavior repeatBehavior2);
static member op_Inequality : System.Windows.Media.Animation.RepeatBehavior * System.Windows.Media.Animation.RepeatBehavior -> bool
Public Shared Operator != (repeatBehavior1 As RepeatBehavior, repeatBehavior2 As RepeatBehavior) As Boolean
Paramètres
- repeatBehavior1
- RepeatBehavior
Première valeur à comparer.
- repeatBehavior2
- RepeatBehavior
Deuxième valeur à comparer.
Retours
true si repeatBehavior1 et repeatBehavior2 ont des types différents ou si les propriétés du comportement de répétition ne sont pas égales ; sinon, false.