Exemple #1
0
 public bool Equals(IGenerationRoot other) => Equals(other as CSharpNamespace);
Exemple #2
0
 public bool Equals(IGenerationRoot other) => Equals(other as TypeScriptFile);