Steffen Egner

Results 3 comments of Steffen Egner

I cannot run that code at the moment, but when I look at it, I believe that Array(1,2) will be asserted equal to Array(1,2,3) in AssertExactSequenceEquals. The Do loop will...

It ssems you have changed the class IterItems in the meantime. The version linked above does not have properties 'StartIndex' and 'EndIndex'. Therefore, I cannot run the code you posted...

Be wary, the way I understand this, it will lead to the problem that `Array(1,2)` and `Array(1,2,2)` are considered equal. The loop will continue to the third element, and `curItem(0)`...