assertEquals

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

Asserts that this value equals the other value.