We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
bool ArraysEqual<T>(this T[] array1, T[] array2)
Checks if arrays are equal. Checking is done by using default EqualityComparer for type of array.
void Clear<T>(this T[] array)
Clear array by using Array.Clear method