Share Link
Copied to clipboard
Embed on Your Page
Copied to clipboard
We Stand with Ukraine
https://stackoverflow.com/questions/79409709/distinct-not-working-when-hashcode-combine-used-with-collection-parameters/79409710 by dbc_MinLength
**** Simple Cases
3: Equals 3
30: Equals 30
300: Equals 300
301: Does not equal 3, 30, or 300
500: Does not equal 3, 30, or 300
Inserting 500 as case
500: Equals 500


**** Complex Cases
3: Smaller than or equal to 3
30: Smaller than or equal to 30
300: Smaller than or equal to 300
301: Number not in any case range
500: Number not in any case range
Inserting >=500 as case
500: Greater than or equal to 500
Cached Result
Last Run: 5:23:19 pm
Compile: 0.125s
Execute: 0s
Memory: 16kb
CPU: 0.016s