• Compares the compare and to arguments with the strict (===) equality

    Parameters

    • compare: any

      The first comparison argument

    • to: any

      The second comparison argument

      Example

      expect(isEqualTo('abc', 'abc').value).toBeTruthy()
      

    Returns Result<boolean | undefined>

Generated using TypeDoc