mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-14 14:24:10 +02:00
merge master
This commit is contained in:
commit
079af70b53
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue