command-line-api
command-line-api copied to clipboard
Consider an alternative to implementing structural equality for `TwoColumnHelpRow`
// 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<TwoColumnHelpRow>