Provides methods for manipulating arrays.
public static class ArrayUtility
| name | description |
|---|---|
| static AreEqual<T>(…) | Returns true if the arrays are equal. (2 methods) |
| static Clone<T>(…) | Clones the specified array. |
| static Compare<T>(…) | Compares the two arrays. (2 methods) |
| static Concatenate<T>(…) | Concatenates the specified arrays. |
| static CreateComparer<T>() | Creates a comparer that uses ArrayUtility.Compare. |