public bool Equals(GeographyFullGlobe other) { bool?nullable = base.BaseEquals(other); return(!nullable.HasValue || nullable.GetValueOrDefault()); }
public bool Equals(GeographyFullGlobe other) { return(this.BaseEquals(other) ?? true); }
public bool Equals(GeographyFullGlobe other) { bool? nullable = base.BaseEquals(other); return (!nullable.HasValue || nullable.GetValueOrDefault()); }