is Not Equal To
Asserts the value is not equal to the expected one, using !=.
See also
is Equal To
Asserts the array contents are not equal to the expected one, using contentDeepEquals.
See also
is Equal To
Asserts the string is not equal to the expected string.
Parameters
ignore Case
true to compare ignoring case, the default if false.
See also
is Equal To