Inequality Operator
Collapse the table of content
Expand the table of content

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.

Namespace:  System.Windows.Media.Animation
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.Boolean
true if repeatBehavior1 and repeatBehavior2 are different types or the repeat behavior properties are not equal; otherwise, false.

Windows Phone OS

Supported in: 8.1, 8.0, 7.1, 7.0

Windows Phone

Show:
© 2017 Microsoft