assertNotSame

Asserts that the values are not the same.

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

Throws

AssertException otherwise

Meta