RepeatBehavior.Equals Method (RepeatBehavior)

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

Returns a value that indicates whether the specified RepeatBehavior is equal to this RepeatBehavior.

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

Syntax

Public Function Equals ( _
    repeatBehavior As RepeatBehavior _
) As Boolean
public bool Equals(
    RepeatBehavior repeatBehavior
)

Parameters

Return Value

Type: System..::.Boolean
true if both the type and repeat behavior of repeatBehavior are equal to this RepeatBehavior; 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