Closed isc30 closed 6 years ago
Determines whether two sequences are equal by comparing the elements
Proposed signature:
export interface IQueryable<TOut> { sequenceEqual(other: IQueryable<TOut>): boolean; }
ticket
Determines whether two sequences are equal by comparing the elements
Proposed signature: