RepeatBehavior.Equals Method (Object)
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Indicates whether the specified object is equal to this RepeatBehavior.
Assembly: System.Windows (in System.Windows.dll)
Parameters
- value
- Type: System.Object
The object to compare with this RepeatBehavior.
Return Value
Type: System.Booleantrue if value is a RepeatBehavior that represents the same repeat behavior as this RepeatBehavior; otherwise, false.
Show: