Write two loops and search for each item in the other array. In VB 2008,
you can make use of the 'Contains' extension method (eg
Array1.Contains(value))
Write two loops and search for each item in the other array. In VB 2008,
you can make use of the 'Contains' extension method (eg
Array1.Contains(value))