rapid-sdk
    Preparing search index...

    Function utilArrayIdentical

    • Checks if provided arguments have same elements at the same indices

      Type Parameters

      • T

      Parameters

      • a: T[]
      • b: T[]

      Returns boolean

      Returns true if a and b have the same elements at the same indices, false otherwise