Base:
4 overrides of Equals
System.Reflection.MetadataLoadContext (4)
System\Reflection\TypeLoading\General\Sentinels.cs (1)
36public sealed override bool Equals(object? obj) => throw null!;
System\Reflection\TypeLoading\Methods\RoConstructedGenericMethod.cs (1)
54public sealed override bool Equals([NotNullWhen(true)] object? obj)
System\Reflection\TypeLoading\Methods\RoDefinitionMethod.cs (1)
77public sealed override bool Equals([NotNullWhen(true)] object? obj)
System\Reflection\TypeLoading\Methods\RoSyntheticMethod.cs (1)
68public sealed override bool Equals([NotNullWhen(true)] object? obj)