Write the body of the Equals function described in Exercise 5. It should return true if each element of the first array is equal to its corresponding element in the second array.
REF PRB:
Write a function heading for a function called Equals that takes two arrays of the DataSet type declared in Exercise 2, and returns a bool result. The array parameters should be const, as they are input-only parameters to the function.
We need at least 10 more requests to produce the solution.
0 / 10 have requested this problem solution
The more requests, the faster the answer.