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