RepeatBehavior.Equality(RepeatBehavior, RepeatBehavior) Operador

Definição

Indica se os dois valores especificados RepeatBehavior são iguais.

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 ( = ) : Windows.UI.Xaml.Media.Animation.RepeatBehavior * Windows.UI.Xaml.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.

Observações

Esta estrutura representa a projeção .NET da estrutura Windows Runtime (WinRT) RepeatBehavior. Para mais informações, consulte RepeatBehavior na referência da API UWP.

Aplica-se a