RepeatBehavior.Equality(RepeatBehavior, RepeatBehavior) Operador

Definición

Indica si los dos valores RepeatBehavior especificados son iguales.

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

Primer valor que se va a comparar.

repeatBehavior2
RepeatBehavior

Segundo valor que se va a comparar.

Devoluciones

Boolean

Es true si tanto el tipo como el comportamiento de repetición de repeatBehavior1 son iguales a los de repeatBehavior2; de lo contrario, es false.

Comentarios

Esta estructura representa la proyección de .NET de la estructura Windows Runtime RepeatBehavior (WinRT). Para obtener más información, consulta RepeatBehavior en la referencia de api de UWP.

Se aplica a