Exemplo n.º 1
0
        public bool IsTheSame(CollectionOptions compared)
        {
            if (compared.isShowDueCount != isShowDueCount)
            {
                return(false);
            }
            if (compared.IsShowEstTime != isShowEstTime)
            {
                return(false);
            }
            if (compared.reviewType != reviewType)
            {
                return(false);
            }

            return(true);
        }
Exemplo n.º 2
0
        public bool IsTheSame(CollectionOptions compared)
        {
            if (compared.IsShowDueCount != IsShowDueCount)
            {
                return(false);
            }
            if (compared.IsShowEstTime != IsShowEstTime)
            {
                return(false);
            }
            if (compared.ReviewType != ReviewType)
            {
                return(false);
            }
            if (compared.IsTTSAutoplay != IsTTSAutoplay)
            {
                return(false);
            }

            return(true);
        }
Exemplo n.º 3
0
        public bool IsTheSame(CollectionOptions compared)
        {
            if (compared.IsShowDueCount != IsShowDueCount)
            {
                return(false);
            }
            if (compared.IsShowEstTime != IsShowEstTime)
            {
                return(false);
            }
            if (compared.ReviewType != ReviewType)
            {
                return(false);
            }
            if (compared.IsTTSAutoplay != IsTTSAutoplay)
            {
                return(false);
            }
            if (compared.CollapseTime != CollapseTime)
            {
                return(false);
            }
            if (compared.IsEnableNotification != IsEnableNotification)
            {
                return(false);
            }
            if (compared.AnswerPosition != AnswerPosition)
            {
                return(false);
            }
            if (compared.IsBlackNightMode != IsBlackNightMode)
            {
                return(false);
            }

            return(true);
        }