Beispiel #1
0
 public bool HasRank(uint rankId)
 {
     return(RankList.Any(p => p.RankId == rankId));
 }