RepeatBehavior.Equality(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 instâncias especificadas RepeatBehavior 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 ( = ) : 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 tanto o tipo como o comportamento repetido de repeatBehavior1 forem iguais ao de repeatBehavior2; caso contrário, false.