Esempio n. 1
0
 public static bool operator !=(Student student1, Student student2)
 {
     return(!Student.Equals(student1, student2));
 }