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.
Assembly: mscorlib (in mscorlib.dll)
Parameters
- obj
- Type: System.ArraySegment<T>
The ArraySegment<T> structure to be compared with the current instance.
Return Value
Type: System.Booleantrue if the specified ArraySegment<T> structure is equal to the current instance; otherwise, false.
Show: