Exemplo n.º 1
0
 public bool Equals(ICodeModule other)
 {
     return(Name.Equals(other.Name) && Content().Equals(other.Content()));
 }