E
Edward Diener
Is there any System.Array function to test to see if two arrays are equal,
meaning the arrays are the same length and contain elements which are equal
to each other ? The System.Array.Equals method appears to test only for
instance equality, just like object.Equals.
meaning the arrays are the same length and contain elements which are equal
to each other ? The System.Array.Equals method appears to test only for
instance equality, just like object.Equals.