Is there a pre-written way to compare objects of type Array in C#? Its easy enough to program, but my program is generating C# code that other people will use, and I really dont want to clutter their code with some basic code that Ive written.
Ive tried array1.equals(array2), and Array.equals(array1, array2) to no avail, and Ive been unable to think of anything else.
Any ideas?
Thanks a lot for whatever help you can give,
-Starwiz
Ive tried array1.equals(array2), and Array.equals(array1, array2) to no avail, and Ive been unable to think of anything else.
Any ideas?
Thanks a lot for whatever help you can give,
-Starwiz