Uno.CodeGen icon indicating copy to clipboard operation
Uno.CodeGen copied to clipboard

Add support for `IStructuralEquatable`

Open carldebilly opened this issue 6 years ago • 0 comments

When a member implements IStructuralEquatable, it should be used for equality & hashcode.

  • [ ] Support when the member type implements it (compile-time)
  • [ ] Support when the instance type implements it (runtime)

carldebilly avatar Sep 13 '18 18:09 carldebilly