SList.opEquals

bool opEquals(const SList rhs) const

Comparison for equality.

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

bool opEquals(ref const SList rhs) const

ditto