assertSame

Asserts that the values are the same.

void
assertSame
(
T
U
)
(
,,
lazy string msg = null
,
string file = __FILE__
,
size_t line = __LINE__
)

Throws

AssertException otherwise

Meta