You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Two sequences are equal only when they have the same tag and length, and each node in one sequence is equal to the corresponding node in the other sequence.
The nodes have the same tag and length, so it would seem that *a == *b if and only if *a == *b.