ExpectNot.toEqual

Succeeds if received != expected. Throws a FailingExpectationError otherwise.

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

Meta