Dynamic Icons Scripting Reference - v1.3.0
    Preparing search index...

    Function arraysMatchExactly

    • Compares two arrays for strict match on length and each member's value at the same index.

      Parameters

      • array1: any[]
      • array2: any[]

      Returns boolean