mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-21 09:27:59 +02:00
Delegate comparison expansion, hashable, == operator
This commit is contained in:
parent
9dcafb7db8
commit
a3a8bfa40c
8 changed files with 157 additions and 18 deletions
|
@ -418,7 +418,7 @@ namespace System
|
|||
{
|
||||
using (sMonitor.Val.Enter())
|
||||
{
|
||||
if (sErrorHandlers.Remove(handler))
|
||||
if (sErrorHandlers.RemoveStrict(handler))
|
||||
return .Ok;
|
||||
}
|
||||
return .Err;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue