ArraySegment(Of T).Equality 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 equal.
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 equality operator.
- b
- Type: System.ArraySegment(Of T)
The ArraySegment(Of T) structure on the right side of the equality operator.
Show: