Пример #1
0
 protected override bool EqualsInternal(LalrAction other)
 {
     return(SetEqualityComparer <ProductionRule> .Default.Equals(this.productionRules, ((ReduceMultiAction)other).productionRules));
 }
Пример #2
0
 protected override bool EqualsInternal(LalrAction other)
 {
     return(this.NewState == ((GotoAction)other).NewState);
 }