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.
Assembly: System.Windows (in System.Windows.dll)
'Declaration Public Shared Function Equals ( _ repeatBehavior1 As RepeatBehavior, _ repeatBehavior2 As RepeatBehavior _ ) As Boolean
Parameters
- repeatBehavior1
- Type: System.Windows.Media.Animation.RepeatBehavior
The first value to compare.
- repeatBehavior2
- Type: System.Windows.Media.Animation.RepeatBehavior
The second value to compare.
Return Value
Type: System.Booleantrue if both the type and repeat behavior of repeatBehavior1 are equal to that of repeatBehavior2; otherwise, false.
Show: