示例#1
0
 //-----------------------------------------------------------------
 private bool IsValid(Car car)
 {
     return(car.GetType() == typeof(Car));
 }