kotest-assertions-core / io.kotest.matchers.char / kotlin.Char / shouldNotBeEqualToIgnoreCase

shouldNotBeEqualToIgnoreCase

infix fun Char.shouldNotBeEqualToIgnoreCase(other: Char): Unit

Assert that Char is not equal to other ignoring case sensitivity

See Also

shouldBeEqualToIgnoreCase

beEqualIgnoreCase