Base:
method
Equals
System.Reflection.MemberInfo.Equals(System.Object)
5 overrides of Equals
System.Private.CoreLib (3)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Reflection\ModifiedType.cs (1)
70
public override bool
Equals
([NotNullWhen(true)] object? obj) => throw new NotSupportedException(SR.NotSupported_ModifiedType);
src\runtime\src\libraries\System.Private.CoreLib\src\System\Reflection\SignatureType.cs (1)
71
public sealed override bool
Equals
(object? o) => base.Equals(o);
System\RuntimeType.NativeAot.cs (1)
658
public override bool
Equals
(object? obj) => ReferenceEquals(obj, this);
System.Reflection.Context (1)
System\Reflection\Context\Projection\ProjectingType.cs (1)
323
public override bool
Equals
([NotNullWhen(true)] object? o)
System.Reflection.MetadataLoadContext (1)
System\Reflection\TypeLoading\Types\RoType.cs (1)
23
public override bool
Equals
([NotNullWhen(true)] object? obj)
2 references to Equals
System.Private.CoreLib (2)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Reflection\SignatureType.cs (1)
71
public sealed override bool Equals(object? o) => base.
Equals
(o);
System\Reflection\Runtime\CustomAttributes\RuntimeCustomAttributeData.cs (1)
82
if (!parameterTypes[i].
Equals
(candidateParameters[i]))