assertNotEquals

@SinceKotoolsAssert(version = "2.1")
infix fun <T> T.assertNotEquals(other: T)

Asserts that this value is not equal to the other value.