Relative Content

Tag Archive for c#wpflistcomparison

Comparing elements of a given List in CSharp

kind of a noob question, i am trying to compare elements of a given List with other elements of the same list. Since i am trying to compare 2 classes to verify if they are identical and then remove them from the list. I am using the Json Serializer to compare two strings.