• Returns whether or not the vectors exactly have the same elements in the same position (when compared with ===)

    Parameters

    • a: any

      The first vector.

    • b: any

      The second vector.

    Returns boolean

    True if the vectors are equal, false otherwise.

Generated using TypeDoc