Options
All
  • Public
  • Public/Protected
  • All
Menu

External module "IsEqualTo"

Index

Functions

Functions

isEqualTo

  • isEqualTo(value: any, target: any): boolean
  • Checks if value using a ("===") the comparison.

    Parameters

    • value: any

      The value being checked.

    • target: any

      The target value to perform the check against.

    Returns boolean

    True if the value equals the target, false otherwise.

Generated using TypeDoc