コード例 #1
0
 public bool Prefers(Person personObj)
 {
     return(PreferenceList.FindIndex(person => person == personObj) < PreferenceList.FindIndex(person => person == Match));
 }