assertStringNotEqual

Returns true if the string representation of the actual value equals the string representation of the expected value. Otherwise prints an error message and returns false.

bool
assertStringNotEqual
(
T
U
)
(
in T actual
,,
string file = __FILE__
,
int line = __LINE__
)

Meta