1
0
Fork 0
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:
Brian Fiete 2022-02-15 09:31:23 -05:00
parent 9dcafb7db8
commit a3a8bfa40c
8 changed files with 157 additions and 18 deletions

View file

@ -418,7 +418,7 @@ namespace System
{
using (sMonitor.Val.Enter())
{
if (sErrorHandlers.Remove(handler))
if (sErrorHandlers.RemoveStrict(handler))
return .Ok;
}
return .Err;