RepeatBehavior.Inequality(RepeatBehavior, RepeatBehavior) Operador
Definição
Importante
Algumas informações dizem respeito a um produto pré-lançado que pode ser substancialmente modificado antes de ser lançado. A Microsoft não faz garantias, de forma expressa ou implícita, em relação à informação aqui apresentada.
Indica se as duas RepeatBehavior instâncias não são iguais.
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
Parâmetros
- repeatBehavior1
- RepeatBehavior
O primeiro valor a comparar.
- repeatBehavior2
- RepeatBehavior
O segundo valor a comparar.
Devoluções
true se repeatBehavior1 e repeatBehavior2 forem tipos diferentes ou as propriedades de comportamento repetitivo não forem iguais; caso contrário false.