public List <client> Tables = new List <client>(); // 成员表 public bool Contains(client cl)// 检查成员是否已存在 { return(Tables.Contains(cl)); }