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

shouldBeEqualToIgnoreCase

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

Assert that Char is equal to other ignoring case sensitivity

See Also

shouldNotBeEqualToIgnoreCase

beEqualIgnoreCase