Matching id with ignoring 1 character

will this remove permanent the (‘) in the dt1?
i need the (’) in the whole process.

this is my way of comparing ids
findrow = MSMEDT.AsEnumerable.Where(Function(x) x(3).ToString.Equals(currentrow(7).ToString)).FirstOrDefault()