Пример #1
0
 public override int GetHashCode()
 {
     return((int)level ^ info.GetHashCode() ^ dependents.GetHashCode());
 }