Opened 10 years ago
Closed 9 years ago
#2470 closed enhancement (done)
ItemDictionary should allow to use a custom comparer
Reported by: | abeham | Owned by: | abeham |
---|---|---|---|
Priority: | medium | Milestone: | HeuristicLab 3.3.13 |
Component: | Core | Version: | 3.3.12 |
Keywords: | Cc: |
Description ΒΆ
It's not possible to use a custom comparer in ItemDictionary, even though the ObservableDictionary has appropriate constructors.
As we're restricted to IItem as Keys and Values ItemDictionary will only ever perform reference equality checks on its keys.
Change History (4)
comment:1 Changed 10 years ago by abeham
- Status changed from new to accepted
comment:2 Changed 10 years ago by abeham
- Owner changed from abeham to mkommend
- Status changed from accepted to reviewing
comment:3 Changed 9 years ago by mkommend
- Owner changed from mkommend to abeham
- Status changed from reviewing to readytorelease
Reviewed r12907.
comment:4 Changed 9 years ago by abeham
- Resolution set to done
- Status changed from readytorelease to closed
Note: See
TracTickets for help on using
tickets.
r12907: Added remaining constructors