Equals Method (RepeatBehavior)
Collapse the table of content
Expand the table of content

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)

'Declaration
Public Function Equals ( _
	repeatBehavior As RepeatBehavior _
) As Boolean

Parameters

repeatBehavior
Type: System.Windows.Media.Animation.RepeatBehavior
The value to compare to this RepeatBehavior.

Return Value

Type: System.Boolean
true if both the type and repeat behavior of repeatBehavior are equal to this RepeatBehavior; otherwise, false.

Windows Phone OS

Supported in: 8.1, 8.0, 7.1, 7.0

Windows Phone

Show:
© 2017 Microsoft