ReadOnlyListSegment<(Of <(<'T>)>)>..::..Equals Method (ReadOnlyListSegment<(Of <(<'T>)>)>)
Returns true if both list segments refer to the same list at the same offset and count.
Namespace:
Tortuga.Anchor.CollectionsAssembly: Tortuga.Anchor (in Tortuga.Anchor.dll)
Syntax
public bool Equals( ReadOnlyListSegment<T> other )
Public Function Equals ( _ other As ReadOnlyListSegment(Of T) _ ) As Boolean
Parameters
- other
- Type: Tortuga.Anchor.Collections..::..ReadOnlyListSegment<(Of <(<'T>)>)>
The other segment.