• Preparing search index...
  • The search index is not available
Participants - v0.13.6
  • Participants
  • utils/lineup
  • isIndexesEqual

Function isIndexesEqual

  • isIndexesEqual(indexA, indexB): boolean
  • Returns boolean if the indexes are equal.

    Parameters

    • indexA:
          | null
          | LineupIndexesRole
          | LineupIndexesSection
          | LineupIndexesParticipant
    • indexB:
          | null
          | LineupIndexesRole
          | LineupIndexesSection
          | LineupIndexesParticipant

    Returns boolean

    Remarks

    Since JavaScript does not support deep comparison of objects, this function is used to compare the indexes.

    Using lodash's isEqual function, it will compare the indexes and return a boolean value.

    Since

    0.9.0

Settings

Member Visibility
Participants - v0.13.6
  • Loading...

Generated using TypeDoc

© 2024 MSDAC Systems. All rights reserved.