Edge.opEquals

Returns true if both edges are the same.

struct Edge(From, To, Data)
const pure
bool
opEquals
()
(
const auto ref typeof(this) rhs
)
if (
!is(From == To)
)

Meta