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