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.
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.
Show: