Exemplo n.º 1
0
 public bool Equals(fp2 other)
 {
     return(x.Equals(other.x) && y.Equals(other.y));
 }
Exemplo n.º 2
0
 public bool Equals(fp3 other)
 {
     return(x.Equals(other.x) && y.Equals(other.y) && z.Equals(other.z));
 }