Quick compare of two page lists
Hi,
I was looking for an analogous way to how in Java you can compare two arrays, for example:
boolean b = Arrays.equals(array1, array2);
I know we have pxComparePages and I think that one is good for getting more in-depth details of the differences between two pages, but I wish there were a quick way to know if two page lists are the same. For example, in my use case I have two page lists: OperationalHours1 and OperationalHours2, I know ahead they will always have seven entries and start and end times, and I wish there is a straightforward way to know if they are the same, if not, I can log in the history that the "operational hours have changed".
Thanks for consider this,
-Jose N