public bool Equals(GridPolarCoordinates other)
 {
     return(Theta.Equals(other.Theta) && Radius.Equals(other.Radius));
 }