RepeatBehavior.Inequality Operator
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Indicates whether the two RepeatBehavior values are not equal.
Assembly: System.Windows (in System.Windows.dll)
'Declaration Public Shared Operator <> ( _ 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 repeatBehavior1 and repeatBehavior2 are different types or the repeat behavior properties are not equal; otherwise, false.
Show: