Returns true if there is deep strict equality between val1 and val2. Otherwise, returns false.
true
val1
val2
false
See assert.deepStrictEqual() for more information about deep strict equality.
assert.deepStrictEqual()
Generated using TypeDoc
Returns
true
if there is deep strict equality betweenval1
andval2
. Otherwise, returnsfalse
.See
assert.deepStrictEqual()
for more information about deep strict equality.