Is it possible to somehow implement IComparable for a HashSet<\'a>? The reason for this is that I have following record declared:
IComparable
HashSet<\'a>
<
See
https://docs.microsoft.com/en-gb/archive/blogs/dsyme/equality-and-comparison-constraints-in-f
Briefly, I think you want to apply the CustomEquality and CustomComparison attributes to this type and then implement it yourself.
CustomEquality
CustomComparison