Beispiel #1
0
 public static bool Compare(ProtoCore.AST.Node node1, ProtoCore.AST.Node node2)
 {
     return node1.Compare(node2);
 }