The type of the elements in the source sequence.
First iterable sequence to compare.
Second iterable sequence to compare.
Optional
options: SequencEqualOptions<T>The sequence equal options which include an optional comparer and optional abort signal.
A promise which indicates whether both sequences are of equal length and their corresponding elements are equal.
Generated using TypeDoc
Determines whether two sequences are equal by comparing the elements pairwise.