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

ArraySegment(Of T).Inequality Operator

[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]

Indicates whether two ArraySegment(Of T) structures are unequal.

Namespace:  System
Assembly:  mscorlib (in mscorlib.dll)

'Declaration
Public Shared Operator <> ( _
	a As ArraySegment(Of T), _
	b As ArraySegment(Of T) _
) As Boolean

Parameters

a
Type: System.ArraySegment(Of T)
The ArraySegment(Of T) structure on the left side of the inequality operator.
b
Type: System.ArraySegment(Of T)
The ArraySegment(Of T) structure on the right side of the inequality operator.

Return Value

Type: System.Boolean
true if a is not equal to b; otherwise, false.

Windows Phone OS

Supported in: 8.1, 8.0, 7.1, 7.0

Windows Phone

Show:
© 2017 Microsoft