Preparing search index...
    • Shallow equality check for better performance when deep equality is not needed. Only compares the first level of properties.

      Type Parameters

      • T

      Parameters

      • a: T

        The first value to compare.

      • b: T

        The second value to compare.

      Returns boolean

      true if the values are shallowly equal, false otherwise.