struct abc {
int a, b, c;
}

List a = new List;

이런식으로 있을때

abc의 a 와 b만 똑같은 요소 하나만 찾고싶은데 어떻게 하나요 ?