How to find ListInterface and List of numbers have equivalent contents

Viewed 21

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.

0 Answers
Related