ArraySegment<(Of <(T>)>).Equals Method (ArraySegment<(Of <(T>)>))

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

Determines whether the specified ArraySegment<(Of <(T>)>) structure is equal to the current instance.

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

Syntax

Public Function Equals ( _
    obj As ArraySegment(Of T) _
) As Boolean
public bool Equals(
    ArraySegment<T> obj
)

Parameters

Return Value

Type: System..::.Boolean
true if the specified ArraySegment<(Of <(T>)>) structure is equal to the current instance; otherwise, false.

Version Information

Windows Phone OS

Supported in: 8.1, 8.0, 7.1, 7.0

Platforms

Windows Phone

See Also

Reference

ArraySegment<(Of <(T>)>) Structure

Equals Overload

System Namespace