BusinessLogic.Models.Games.TrendingGamesRequest.Equals C# (CSharp) Метод

Equals() защищенный Метод

protected Equals ( TrendingGamesRequest other ) : bool
other TrendingGamesRequest
Результат bool
        protected bool Equals(TrendingGamesRequest other)
        {
            return NumberOfTrendingGamesToShow == other.NumberOfTrendingGamesToShow && NumberOfDaysOfTrendingGames == other.NumberOfDaysOfTrendingGames;
        }

Same methods

TrendingGamesRequest::Equals ( object obj ) : bool