public bool Equals(GeographyFullGlobe other)
 {
     return(this.BaseEquals(other) ?? true);
 }
 public bool Equals(GeographyFullGlobe other)
 {
     return this.BaseEquals(other) ?? true;
 }