Esempio n. 1
0
 public static bool AreEquals(this TypeSyntax a, TypeSyntax b)
 {
     return(a.Print() == b.Print());
 }