1
0
Fork 0
mirror of https://github.com/beefytech/Beef.git synced 2025-06-14 14:24:10 +02:00

merge master

This commit is contained in:
EinBurgbauer 2021-05-21 07:00:19 +02:00
commit 079af70b53

View file

@ -260,7 +260,7 @@ namespace System.Collections
{ {
for (int_cosize i = 0; i < mCount; i++) for (int_cosize i = 0; i < mCount; i++)
{ {
if (mEntries[i].mHashCode >= 0 && mEntries[i].mValue == null) return true; if (mEntries[i].mHashCode >= 0 && mEntries[i].mValue == value) return true;
} }
return false; return false;
} }