Comparator.eq

Return true iff a == b.

template Comparator(pred...)
bool
eq
(
S
T = S
)
(
in S a
,
in T b
)
if (
pred.length == 1
)

Meta