Skip to content

Champion "Support for == and != on tuple types" (15.7) #190

@gafter

Description

@gafter

Summary

Support == and != on tuples.
For example (x, y) == (1, 2) (which would be equivalent to x == 1 && y == 2).

See also dotnet/roslyn#13155

LDM history:

Started prototype at tuple-equality

Metadata

Metadata

Assignees

Labels

Implemented Needs ECMA SpecThis feature has been implemented in C#, but still needs to be merged into the ECMA specificationProposal champion

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions