fun <T> Assert<T>.isSameAs(expected: T): Unit
Platform and version requirements: Common
Asserts the value is the same as the expected one, using ===.
===
See Also
isNotSameAs
isEqualTo