ReadOnlyListSegment<(Of <(<'T>)>)>..::..Equality Operator

Implements the == operator.

Namespace:  Tortuga.Anchor.Collections
Assembly:  Tortuga.Anchor (in Tortuga.Anchor.dll)

Syntax


public static bool operator ==(
	ReadOnlyListSegment<T> a,
	ReadOnlyListSegment<T> b
)
Public Shared Operator = ( _
	a As ReadOnlyListSegment(Of T), _
	b As ReadOnlyListSegment(Of T) _
) As Boolean

Return Value

The result of the operator.