FirelyTeam / firely-cql-sdk

BSD 3-Clause "New" or "Revised" License
30 stars 18 forks source link

2.0/Fix comparison/equality between different types (part 2) #349

Closed baseTwo closed 2 months ago

baseTwo commented 4 months ago

Describe the bug This is a continuation on #348 , which was a quick fix. Split ICqlOperators.Equals(object,object) into

Expand ICqlComparer to one that also takes T1 and T2. Registrations can be on the same type and different types.

To Reproduce

Expected behavior