true if the specified object is a ArraySegment`1 structure and is equal to the current instance; otherwise, false.
Two ArraySegment`1 objects are considered to be equal if all the following conditions are met:
They reference the same array.
They begin at the same index in the array.
They have the same number of elements.