RepeatBehavior.Equals Method (RepeatBehavior, RepeatBehavior)

[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]

Indicates whether the two specified RepeatBehavior values are equal.

Namespace:  System.Windows.Media.Animation
Assembly:  System.Windows (in System.Windows.dll)

Syntax

Public Shared Function Equals ( _
    repeatBehavior1 As RepeatBehavior, _
    repeatBehavior2 As RepeatBehavior _
) As Boolean
public static bool Equals(
    RepeatBehavior repeatBehavior1,
    RepeatBehavior repeatBehavior2
)

Parameters

Return Value

Type: System..::.Boolean
true if both the type and repeat behavior of repeatBehavior1 are equal to that of repeatBehavior2; otherwise, false.

Version Information

Windows Phone OS

Supported in: 8.1, 8.0, 7.1, 7.0

Platforms

Windows Phone

See Also

Reference

RepeatBehavior Structure

Equals Overload

System.Windows.Media.Animation Namespace