Overload | Description |
---|---|
ContainInOrder(T[]) | Expects the current collection to contain the specified elements in the exact same order, not necessarily consecutive. using their System.Object.Equals(System.Object) implementation. |
ContainInOrder(IEnumerable<T>,String,Object[]) | Expects the current collection to contain the specified elements in the exact same order, not necessarily consecutive. |