Base:
method
Equals
System.Reflection.MethodBase.Equals(System.Object)
4 overrides of Equals
System.Private.CoreLib (1)
src\System\Reflection\RuntimeConstructorInfo.CoreCLR.cs (1)
120public 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);
System.Xaml.Tests (1)
Common\CustomConstructorInfo.cs (1)
77public override bool Equals(object? obj) => DelegatingConstructor.Equals(obj);
4 references to Equals
Microsoft.VisualBasic.Core (1)
Microsoft\VisualBasic\CompilerServices\Utils.vb (1)
202If Not ctor1.Equals(ctor2) AndAlso
System.Private.CoreLib (1)
src\libraries\System.Private.CoreLib\src\System\Reflection\ConstructorInfo.cs (1)
40return left is not null && left.Equals(right);
System.Reflection.Context (1)
System\Reflection\Context\Projection\ProjectingConstructorInfo.cs (1)
76UnderlyingConstructor.Equals(other.UnderlyingConstructor);
System.Xaml.Tests (1)
Common\CustomConstructorInfo.cs (1)
77public override bool Equals(object? obj) => DelegatingConstructor.Equals(obj);