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