Foundry Virtual Tabletop - API Documentation - Version 14
    Preparing search index...

    Function equals

    • Test whether this set is equal to some other set. Sets are equal if they share the same members, independent of order

      Type Parameters

      • T

      Parameters

      • this: Set<T>
      • other: Set<unknown>

        Some other set to compare against

      Returns boolean

      Are the sets equal?