Exemplo n.º 1
0
        protected override bool IsIdenticCore(Model other)
        {
            var another = (ProductTypeModel)other;

            return(ParameterValues.IsIdentical(another.ParameterValues));
        }