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