Compare each record from first excel with Second Excel records

Hi,

I have two excel files first is subset of second file with some mismatch records.

I am trying to compare each record in a specific column from first file (subset file) with the records in second file (main file) in a specific column.

In the advanced loop, I am using the below condition-
tag1.item(0).tostring.equals(tags.item(1).tostring)
Could you please guide if the given condition is correct?

Thanks in advance

Sachin

My issue is resolved.