Removes the first matching value from the array.
[C#] virtual bool Remove(T value)
virtual bool Remove(T value)
When an item is removed, the items that follow the removed item move up to occupy the vacated spot.