示例#1
0
 public static bool DoesEqual(this Stmt a, Stmt b)
 {
     return(VisitorSameStmt.AreSame(a, b));
 }