C#でリストの重複を削除したり(Distinct)、辞書のキーとしてオブジェクトを使ったりする際、**「2つのオブジェクトが同じかどうか(等価性)」**の判定が重要になります。 通常は、そのクラス自身に Equals メソッドなどを実装して、「IDが同じなら同じと ...
If yml has a way to specify which property of the mutable type is the key, that could help decide what should be in GetHashCode. I just tried setting my id property isId: true and that produced no ...
Reason/Context In Modelina for C#, you can make it generate the models with the GetHashCode method overwritten, this should be possible through the CLI. To do this I suggest we add a flag called ...