示例#1
0
 public bool Equals(NonTerminalTree other)
 {
     return(_name == other._name && Childs.SequenceEqual(other.Childs) && Rule.SequenceEqual(other.Rule));
 }