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