private bool Equals(SyntaxElement <TRuleType> other)
 {
     return(_ruleCreator.Equals(other._ruleCreator));
 }