Expect.toEqual

Checks that received == expected and throws FailingExpectationException otherwise.

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

Meta