equal

The word .equal tests its parameter for equality with the left-hand side. If the parameters are strings, a colored diff is used.

void
equal
(
Should
T
)
(
Should should
,,
Fence _ = Fence()
,
string file = __FILE__
,
size_t line = __LINE__
)
if (
isInstanceOf!(ShouldType, Should)
)

Meta