fun Assert<Any?>.isNotSameAs(expected: Any?): Unit
Asserts the value is not the same as the expected one, using !==.
!==
See Also
isSameAs
isNotEqualTo