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.
Assembly: System.Windows (in System.Windows.dll)
Parameters
- repeatBehavior
- Type: System.Windows.Media.Animation.RepeatBehavior
The value to compare to this RepeatBehavior.
Return Value
Type: System.Booleantrue if both the type and repeat behavior of repeatBehavior are equal to this RepeatBehavior; otherwise, false.
Show: