• true if the message and the status properties are the same on both left and right. Or both arguments are undefined. Otherwise, false.

    Parameters

    • left: undefined | Readonly<{
          message: string;
          status: ScmInputIssueType;
      }>
    • right: undefined | Readonly<{
          message: string;
          status: ScmInputIssueType;
      }>

    Returns boolean