Esempio n. 1
0
 //Returns a hash code for the calling object
 public override int GetHashCode()
 {
     return(PolynomValue.GetHashCode());
 }