I have an list of person same as below:
List<Person> Persons=New List<Person>
Person class contains some property such as Id,Firstname,LastName,Age,... in this list exist some repetitive object with same Firstname and LastName
how can i recognize and find repetitive objects Id?