2 references to EqualsCore
System.Private.CoreLib (2)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Delegate.cs (2)
242
return ReferenceEquals(Value, other.Value) || Value.
EqualsCore
(other.Value);
440
return
EqualsCore
(Unsafe.As<Delegate>(obj));