notEqualIgnoreCase

Last update: 2023-01-23
  • Created for:
  • Experienced
    Developer

Check if the first argument string with the second argument string are different, ignoring case considerations.

Category

String

Function syntax

notEqualIgnoreCase(<parameters>)

Parameters

  • string

Signature and returned type

notEqualIgnoreCase(<string>,<string>)

Returns a boolean.

Example

notEqualIgnoreCase(@{iOSPushPermissionAllowed.device.model}, "iPad")

On this page