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