Example #1
0
 public bool Equals(MygisPoint other) => !ReferenceEquals(other, null) && _coord.Equals(other._coord);