Beispiel #1
0
 public override bool CheckElementExists(string value)
 {
     return(GList.Any(item => item.CityName == value));
 }