예제 #1
0
 public static bool IsType2(this AnyObject i, Feature.FeatureType type)
 {
     if (i.GetType2() == type)
     {
         return(true);
     }
     return(false);
 }