コード例 #1
0
 public bool Equals(ComplexPolynomial x, ComplexPolynomial y)
 {
     return(x.CompareTo(y) == 0);
 }