Dynamic Icons Scripting Reference - v1.3.0
GitHub
Wiki
Preparing search index...
arraysMatchExactly
Function arraysMatchExactly
arraysMatchExactly
(
array1
:
any
[]
,
array2
:
any
[]
)
:
boolean
Compares two arrays for strict match on length and each member's value at the same index.
Parameters
array1
:
any
[]
array2
:
any
[]
Returns
boolean
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
GitHub
Wiki
Dynamic Icons Scripting Reference - v1.3.0
Loading...
Compares two arrays for strict match on length and each member's value at the same index.