public static bool smethod_1(ThreeDCoord a, ThreeDCoord b)
 {
     return(!ThreeDCoord.smethod_0(a, b));
 }
 public static bool smethod_0(ThreeDCoord a, ThreeDCoord b)
 {
     return(object.ReferenceEquals(a, b) || ((object)a != null && (object)b != null && a.x == b.x && a.y == b.y));
 }