function shallowEqualObjects<T>(a, b): boolean
定义于:compare.ts:49
浅比较对象。
• T extends Record<string, any>
T
undefined | T
boolean