Base:
method
Equals
System.Reflection.MemberInfo.Equals(System.Object)
3 overrides of Equals
System.Private.CoreLib (1)
src\System\Reflection\RuntimeEventInfo.cs (1)
76
public override bool
Equals
(object? obj) =>
System.Reflection.Context (1)
System\Reflection\Context\Projection\ProjectingEventInfo.cs (1)
82
public override bool
Equals
([NotNullWhen(true)] object? o)
System.Reflection.MetadataLoadContext (1)
System\Reflection\TypeLoading\Events\RoEvent.cs (1)
26
public abstract override bool
Equals
(object? obj);
2 references to Equals
System.Private.CoreLib (1)
src\libraries\System.Private.CoreLib\src\System\Reflection\EventInfo.cs (1)
95
return left is not null && left.
Equals
(right);
System.Reflection.Context (1)
System\Reflection\Context\Projection\ProjectingEventInfo.cs (1)
86
UnderlyingEvent.
Equals
(other.UnderlyingEvent);