Base:
method
Equals
System.Reflection.MethodBase.Equals(System.Object)
3 overrides of Equals
System.Private.CoreLib (1)
System\Reflection\Runtime\MethodInfos\RuntimeConstructorInfo.cs (1)
138public abstract override bool Equals(object obj);
System.Reflection.Context (1)
System\Reflection\Context\Projection\ProjectingConstructorInfo.cs (1)
72public override bool Equals(object? o)
System.Reflection.MetadataLoadContext (1)
System\Reflection\TypeLoading\Constructors\RoConstructor.cs (1)
16public abstract override bool Equals(object? obj);
3 references to Equals
Microsoft.VisualBasic.Core (1)
Microsoft\VisualBasic\CompilerServices\Utils.vb (1)
202If Not ctor1.Equals(ctor2) AndAlso
System.Private.CoreLib (1)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Reflection\ConstructorInfo.cs (1)
43return left is not null && left.Equals(right);
System.Reflection.Context (1)
System\Reflection\Context\Projection\ProjectingConstructorInfo.cs (1)
76UnderlyingConstructor.Equals(other.UnderlyingConstructor);