assert
/
kotools.assert
/
assertNotEquals
common
assert
Not
Equals
@
SinceKotoolsAssert
(
version =
"2.1"
)
infix fun <
T
>
T
.
assertNotEquals
(other:
T
)
Content copied to clipboard
Asserts that this value is not equal to the
other
value.