public static bool Compare(ProtoCore.AST.Node node1, ProtoCore.AST.Node node2) { return node1.Equals(node2); }