Ejemplo n.º 1
0
 protected override bool ThisEquals(EbnfLexerRuleExpressionAlteration other)
 {
     return(Term.Equals(other.Term) &&
            Expression.Equals(other.Expression));
 }
Ejemplo n.º 2
0
 protected override bool ThisEquals(EbnfLexerRuleTermConcatenation other)
 {
     return(Factor.Equals(other.Factor) && Term.Equals(other.Term));
 }