Base:
method
Equals
System.Reflection.MemberInfo.Equals(System.Object)
6 overrides of Equals
System.Private.CoreLib (4)
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\libraries\System.Private.CoreLib\src\System\Reflection\SignatureType.cs (1)
67
public sealed override bool
Equals
(object? o) => base.Equals(o);
src\libraries\System.Private.CoreLib\src\System\RuntimeType.cs (1)
37
public override bool
Equals
(object? obj)
src\System\Reflection\Emit\RuntimeGenericTypeParameterBuilder.cs (1)
33
public override bool
Equals
(object? o)
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)
4 references to Equals
PresentationBuildTasks (1)
src\Microsoft.DotNet.Wpf\src\PresentationFramework\System\Windows\Markup\XamlReaderHelper.cs (1)
3746
if (_definitionScopeType != null && _definitionScopeType.
Equals
(CurrentContext.ContextData))
PresentationFramework (2)
System\Windows\StyleHelper.cs (1)
205
if (dTypeKey != null && dTypeKey.SystemType != null && dTypeKey.SystemType.
Equals
(themeStyleKey))
System\Windows\TemplateKey.cs (1)
165
else if (typeof(Object).
Equals
(dataType))
System.Private.CoreLib (1)
src\libraries\System.Private.CoreLib\src\System\Reflection\SignatureType.cs (1)
67
public sealed override bool Equals(object? o) => base.
Equals
(o);