Exemplo n.º 1
0
        //public override string ToDescription()
        //{
        //	return string.Format(" description done that", Id);
        //}

        public bool Equals(doneThat other)
        {
            if (ReferenceEquals(null, other))
            {
                return(false);
            }
            if (ReferenceEquals(this, other))
            {
                return(true);
            }
            return(base.Equals(other) && Equals(other.Property1ssssssssdsdsdsds, Property1ssssssssdsdsdsds) && Equals(other.Property2, Property2));
        }
Exemplo n.º 2
0
 //public override string ToDescription()
 //{
 //    return string.Format(" description done that", Id);
 //}
 public bool Equals(doneThat other)
 {
     if (ReferenceEquals(null, other)) return false;
     if (ReferenceEquals(this, other)) return true;
     return base.Equals(other)  	 && Equals(other.Property1ssssssssdsdsdsds, Property1ssssssssdsdsdsds)  	 && Equals(other.Property2, Property2) ;
 }