Feature(string name, FeatureType <T> type) { featureName = name; featureType = type; }
public bool Compare <T>(FeatureType <T> other);