ExpectNot.toEqual

Checks that received != expected and throws a FailingExpectationException otherwise.

struct ExpectNot(TReceived)
void
toEqual
(
TExpected
)
(
const auto ref TExpected expected
)
if (
canCompareForEquality!(TReceived, TExpected)
)

Meta