Commit 3b334d3
committed
feat: implement IEquatable for UVCoord
- Add IEquatable<UVCoord> implementation to UVCoord struct.
- Override `Equals(object)` and add `Equals(UVCoord)` for equality checks.
- Override `GetHashCode` using U and V coordinates.
Signed-off-by: Illustar0 <me@illustar0.com>1 parent fbd8884 commit 3b334d3
File tree
1 file changed
+16
-1
lines changed- components/RangeSelector/src
1 file changed
+16
-1
lines changedLines changed: 16 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
11 | | - | |
| 11 | + | |
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
| |||
127 | 127 | | |
128 | 128 | | |
129 | 129 | | |
| 130 | + | |
| 131 | + | |
| 132 | + | |
| 133 | + | |
| 134 | + | |
| 135 | + | |
| 136 | + | |
| 137 | + | |
| 138 | + | |
| 139 | + | |
| 140 | + | |
| 141 | + | |
| 142 | + | |
| 143 | + | |
| 144 | + | |
130 | 145 | | |
0 commit comments