Base:
method
Equals
System.Object.Equals(System.Object)
2 overrides of Equals
System.Private.CoreLib (1)
System\Reflection\Runtime\Assemblies\RuntimeAssemblyInfo.cs (1)
188
public abstract override bool
Equals
(object obj);
System.Reflection.Context (1)
System\Reflection\Context\Projection\ProjectingAssembly.cs (1)
104
public override bool
Equals
([NotNullWhen(true)] object? o)
8 references to Equals
Microsoft.Extensions.DependencyModel (1)
DependencyContextLoader.cs (1)
46
return assembly.
Equals
(Assembly.GetEntryAssembly());
PresentationFramework (1)
MS\Internal\AppModel\ResourceContainer.cs (1)
276
if (assembly.
Equals
(Application.ResourceAssembly))
System.Private.CoreLib (5)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Reflection\Assembly.cs (1)
199
return left is not null && left.
Equals
(right);
src\runtime\src\libraries\System.Private.CoreLib\src\System\Text\StringBuilder.cs (3)
1120
Debug.Assert(typeof(T).Assembly.
Equals
(typeof(object).Assembly), "Implementation trusts the results of TryFormat because T is expected to be something known");
1133
Debug.Assert(typeof(T).Assembly.
Equals
(typeof(object).Assembly), "Implementation trusts the results of TryFormat because T is expected to be something known");
1491
Debug.Assert(typeof(T).Assembly.
Equals
(typeof(object).Assembly), "Implementation trusts the results of TryFormat because T is expected to be something known");
System\Reflection\Runtime\Modules\RuntimeModule.cs (1)
51
return Assembly.
Equals
(other.Assembly);
System.Xaml (1)
System\Xaml\XamlSchemaContext.cs (1)
778
if (fromAssembly.
Equals
(toAssembly))