equals


Description:

public static bool equals (int[] a, int[] b)

Returns whether two arrays are equal.

Parameters:

a

first array.

b

second array.

Returns:

true when same length and elements.