Options
All
  • Public
  • Public/Protected
  • All
Menu

External module "IsNotEqualTo"

Index

Functions

Functions

isNotEqualTo

  • isNotEqualTo(value: any, target: any): boolean
  • Checks if value does not match ("!==") 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 does not equal the target, false otherwise.

Generated using TypeDoc