Blazor-Diagrams / Blazor.Diagrams

A fully customizable and extensible all-purpose diagrams library for Blazor
https://blazor-diagrams.zhaytam.com
MIT License
921 stars 177 forks source link

Request: Comparison support for Point #192

Closed jchown closed 1 year ago

jchown commented 2 years ago

I went to use Point for my own purposes (in my case, for monitoring a "dirty" state).

I wasn't able to because Point really needs Equals() and GetHashCode() implementations for ease of use.

(I'll use my own for now,)

zHaytam commented 2 years ago

In the new version, which uses .NET 6, Point will be a record so that will be fixed.