dotnet / dotnet/command-line-api
Consider an alternative to implementing structural equality for `TwoColumnHelpRow`
Open
Area-Help
- Dominant language
- C#
- Stars
- 3.7k
- Forks
- 428
- PR merge metrics
- No merged PRs in 30d
Description
```csharp
// Why does this need to be IEquatable? (It's a class. If it was a struct it'd be "because guidelines say so")
public class TwoColumnHelpRow : IEquatable
```
Contributor guide
Assessment
This issue has not been assessed yet.