I know that List objects start at 0 and ListInterface objects start at 1. How to write a method that determine if a ListInterface and List of numbers have equivalent contents it meaning the same numbers in the same order.
I know that List objects start at 0 and ListInterface objects start at 1. How to write a method that determine if a ListInterface and List of numbers have equivalent contents it meaning the same numbers in the same order.