Documentation
Preparing search index...
core/src
objectsAreIdentical
Function objectsAreIdentical
objectsAreIdentical
(
objA
:
Record
<
string
,
any
>
,
objB
:
Record
<
string
,
any
>
,
)
:
boolean
Recursively checks if the two given Record | objects' properties are identical.
Parameters
objA
:
Record
<
string
,
any
>
objB
:
Record
<
string
,
any
>
Returns
boolean
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
Documentation
Loading...
Recursively checks if the two given Record | objects' properties are identical.