BusinessLogic.Models.PlayedGames.RecentlyPlayedGamesFilter.Equals C# (CSharp) Method

Equals() protected method

protected Equals ( RecentlyPlayedGamesFilter other ) : bool
other RecentlyPlayedGamesFilter
return bool
        protected bool Equals(RecentlyPlayedGamesFilter other)
        {
            return NumberOfGamesToRetrieve == other.NumberOfGamesToRetrieve && BoardGameGeekGameDefinitionId == other.BoardGameGeekGameDefinitionId;
        }

Same methods

RecentlyPlayedGamesFilter::Equals ( object obj ) : bool