Options
All
  • Public
  • Public/Protected
  • All
Menu

Module background/methods/dataTypes/objects/objectEquals

Index

Functions

Functions

  • objectEquals(object1: any, object2: any): boolean
  • It compares the keys of two objects and returns true if they are equal

    Parameters

    • object1: any

      The first object to compare.

    • object2: any

      The second object to compare.

    Returns boolean

    are objects equal in sense of having the same keys?

Generated using TypeDoc version 0.22.15, the 4/20/2022