BusinessLogic.Models.Points.NemePointsSummary.Equals C# (CSharp) Метод

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

protected Equals ( NemePointsSummary other ) : bool
other NemePointsSummary
Результат bool
        protected bool Equals(NemePointsSummary other)
        {
            return BaseNemePoints == other.BaseNemePoints && WeightBonusNemePoints == other.WeightBonusNemePoints && GameDurationBonusNemePoints == other.GameDurationBonusNemePoints;
        }

Same methods

NemePointsSummary::Equals ( object obj ) : bool