shallowEqualObjectsShallow compare objects. Only works with objects that always have the same properties. function shallowEqualObjects<T>(a: T, b: T): boolean;§shallowEqualObjects<T>(a: T, b: T): boolean[src]§Type Parameters§T[src]§Parameters§a: T[src]§b: T[src]§Return Type§boolean[src]