public virtual bool IsSupertype(TypeInt checkType) { return(false); }
public override bool IsSupertype(TypeInt checkType) { return(true); }