Ejemplo n.º 1
0
 public static bool operator!=(Vector3Decimal lhs, Vector3Decimal rhs)
 {
     return(!Vector3Decimal.Equals(lhs, rhs));
 }
Ejemplo n.º 2
0
 public bool Equals(Vector3Decimal other)
 {
     return(Vector3Decimal.Equals(this, other));
 }