Example #1
0
 public bool Equals(GeneratorParameterParser other)
 {
     return(ParserName.Equals(other.ParserName));
 }