Ejemplo n.º 1
0
 /// <inheritdoc />
 protected bool Equals(SatelliteVisibilityPeriod other)
 {
     return(Satellite.Equals(other.Satellite) &&
            Start.Equals(other.Start) &&
            End.Equals(other.End) &&
            MaxElevation.Equals(other.MaxElevation) &&
            MaxElevationTime.Equals(other.MaxElevationTime) &&
            ReferencePosition.Equals(other.ReferencePosition));
 }
Ejemplo n.º 2
0
 /// <inheritdoc />
 protected bool Equals(SatelliteVisibilityPeriod other)
 {
     return(Satellite.Equals(other.Satellite) && Start.Equals(other.Start) && End.Equals(other.End) &&
            MaxElevation.Equals(other.MaxElevation) && StartAzimuth.Equals(other.StartAzimuth) &&
            EndAzimuth.Equals(other.EndAzimuth));
 }