• Tets if value does not match ("!==") the comparison.

    Example

    expect(isNotEqualTo('1', '2').value).toBeTruthy()
    

    Parameters

    • value: any

      The value being checked.

    • target: any

      The target value to perform the check against.

    Returns Result<boolean | undefined>

Generated using TypeDoc