export function isArgsEqual(args1: any, args2: any) { return JSON.stringify(args1) === JSON.stringify(args2); }