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
In the IStructuralEquatable.Equals(object, IEqualityComparer) methods of System.ValueTuple`5, System.ValueTuple`6, System.ValueTuple`7, and System.ValueTuple`8, equality check is missing for Item4.
Description
In the
IStructuralEquatable.Equals(object, IEqualityComparer)methods ofSystem.ValueTuple`5,System.ValueTuple`6,System.ValueTuple`7, andSystem.ValueTuple`8, equality check is missing forItem4.