Python has library 'difflib' which can be used to find coincidence percent between two sequences (strings). I am looking for the way to do the same (compare 2 strings) within .net platform. So what is the name for an algorithm I am looking for? And where to look for it?