X has this properties:
- Id: int
- Name: string
- Month: string
- ISSPA: string
Например: < /p>
Список 1 < /p>
Item 1
{
Id = 1,
Name = "John",
Month = "October"
ISSPA = "1234"
}
Item 2
{
Id = 2,
Name = "Ryan",
Month = "September"
ISSPA = "1234"
}
< /code>
Список 2 < /p>
Item 1
{
Id = 1,
Name = "Chris",
Month = "September"
ISSPA = "1234"
}
< /code>
В этом случае мне нужно получить пункт 2 (list1) и item 1 (list2).
Я пробовал много вещей, чтобы получить что -то приличное, но все не удалось. < /p>
Подробнее здесь: https://stackoverflow.com/questions/745 ... erent-list
Мобильная версия