Help Converting C# linq to vb.net Linq

Have you tested with:

result = names.First(Function(x) x.Contains(search))
2 Likes