Tagged Questions
1
vote
1answer
3k views
How do you implement a IEqualityComparer<T> in VB.NET?
I have the following function that loops through a directory and checks for a specified folder and file:
Private Function VerifyPath(ByVal root As String, ByVal folder As String, _
...