Exemplo n.º 1
0
 private bool Equals(SyntaxElement <TRuleType> other)
 {
     return(_ruleCreator.Equals(other._ruleCreator));
 }