RepeatBehaviorHelper.Equals(RepeatBehavior, RepeatBehavior) Method

Definition

Determines whether two RepeatBehavior values have equivalent values. C# and Microsoft Visual Basic code should use the equality operator instead.

 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

Parameters

target
RepeatBehavior

The first RepeatBehavior to compare.

value
RepeatBehavior

The second RepeatBehavior to compare.

Returns

Boolean

bool

true if target and value hold equivalent values; otherwise, false.

Applies to

See also