Пример #1
0
 public bool Equals(LlConfiguration <TSymbol> other)
 {
     return(this.Subsumes(other) && other.Subsumes(this));
 }