Esempio n. 1
0
 protected override bool EqualsInternal(LalrAction other)
 {
     return(SetEqualityComparer <ProductionRule> .Default.Equals(this.productionRules, ((ReduceMultiAction)other).productionRules));
 }
Esempio n. 2
0
 protected override bool EqualsInternal(LalrAction other)
 {
     return(this.NewState == ((GotoAction)other).NewState);
 }