Function: shallowArrayEqual()
shallowArrayEqual<
T
>(a
,b
):boolean
Defined in: coreUtils/collections.ts:41
Returns true
if two arrays has equal elements (compared via ===
)
and in the same order, otherwise returns false
.
Type Parameters
Type Parameter |
---|
|
Parameters
Parameter | Type |
---|---|
| readonly |
| readonly |
Returns
boolean