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