Options
All
  • Public
  • Public/Protected
  • All
Menu

Index

Functions

Functions

  • equal(left: undefined | Readonly<{ message: string; status: ScmInputIssueType }>, right: undefined | Readonly<{ message: string; status: ScmInputIssueType }>): boolean
  • 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