Share via


RepeatBehaviorHelper.Equals(RepeatBehavior, RepeatBehavior) Método

Definición

Determina si dos valores RepeatBehavior tienen valores equivalentes. En su lugar, el código de C# y Microsoft Visual Basic deben usar el operador de igualdad.

 static bool Equals(RepeatBehavior const& target, RepeatBehavior const& value);
public static bool Equals(RepeatBehavior target, RepeatBehavior value);
function equals(target, value)
Public Shared Function Equals (target As RepeatBehavior, value As RepeatBehavior) As Boolean

Parámetros

target
RepeatBehavior

Primer RepeatBehavior que se va a comparar.

value
RepeatBehavior

Segundo RepeatBehavior que se va a comparar.

Devoluciones

Boolean

bool

true si el destino y el valor contienen valores equivalentes; de lo contrario, false.

Se aplica a

Consulte también