Beispiel #1
0
 public bool Equals(AstDescriptor other)
 {
     return(_significant.Equals(other._significant) && _index == other._index);
 }