Target filter
Search Kotlin docs
  • Platforms
  • Tealium Prism Kotlin
core/com.tealium.prism.core.api.rules/Condition/Companion/doesNotEqual

doesNotEqual

@JvmStatic
fun doesNotEqual(ignoreCase: Boolean, variable: String, target: String): Condition

Returns an Operator that checks whether the value found at key variable is not equal to the given target.

Parameters

ignoreCase

true if the comparison should be done in a case-insensitive way; else false

variable

the key to extract the value from for the comparison

target

the target value to check against


@JvmStatic
fun doesNotEqual(ignoreCase: Boolean, variable: JsonObjectPath, target: String): Condition

Returns an Operator that checks whether the value found at key variable is not equal to the given target.

Parameters

ignoreCase

true if the comparison should be done in a case-insensitive way; else false

variable

the path to the key to extract the value from for the comparison

target

the target value to check against

Generated by Dokka
(c) Tealium 2026