@umbraco-cms/backoffice
    Preparing search index...

    Function attrsEqual

    • Compare two attribute objects for equality. Handles null/undefined and asserts key presence in both objects so that { foo: undefined } and { bar: undefined } are not treated as equal.

      Parameters

      • a: Record<string, any> | null | undefined
      • b: Record<string, any> | null | undefined

      Returns boolean