Пример #1
0
            public override bool Equals(object o)
            {
                if (this == o)
                {
                    return(true);
                }
                if (o == null || this.GetType() != o.GetType())
                {
                    return(false);
                }
                ListType listType = ( ListType )o;

                return(InnerTypeConflict.Equals(listType.InnerTypeConflict));
            }