SheetXL - v0.3.20
Preparing search index...
@sheetxl/sdk
CommonUtils
isEqualObjectKeys
Variable isEqualObjectKeys
Const
isEqualObjectKeys
:
<
T
=
any
>
(
a
:
T
,
b
:
T
)
=>
boolean
This just looks at the key at the top level. It does not compare actual instances or traverse.
Type declaration
<
T
=
any
>
(
a
:
T
,
b
:
T
)
:
boolean
Type Parameters
T
=
any
Parameters
a
:
T
b
:
T
Returns
boolean
Settings
Member Visibility
Inherited
Theme
OS
Light
Dark
SheetXL - v0.3.20
Loading...
This just looks at the key at the top level. It does not compare actual instances or traverse.