DList.opEquals

bool opEquals()(ref const DList rhs) if (is(typeof(front == front))) const

Comparison for equality.

Complexity: min(n, n1) where n1 is the number of elements in rhs.