//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)); }
//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) ; }