BellaCodeAir.ViewModels.ArrivingFlightListViewModel.FilterFlight C# (CSharp) Méthode

FilterFlight() protected méthode

protected FilterFlight ( Models flight ) : bool
flight Models
Résultat bool
        protected override bool FilterFlight(Models.Flight flight)
        {
            return this._flightData.HomeAirport == flight.Destination;
        }