Equals Method (ArraySegment(T))
Collapse the table of content
Expand the table of content

ArraySegment<T>.Equals Method (ArraySegment<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<T> structure is equal to the current instance.

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

public bool Equals(
	ArraySegment<T> obj
)

Parameters

obj
Type: System.ArraySegment<T>
The ArraySegment<T> structure to be compared with the current instance.

Return Value

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

Windows Phone OS

Supported in: 8.1, 8.0, 7.1, 7.0

Windows Phone

Show:
© 2017 Microsoft