Esempio n. 1
0
 public static bool RadiciUguali(EqIIGrado eq1, EqIIGrado eq2)
 {
     return(eq1.RadiciUguali(eq2));
 }