Base:
2 overrides of Equals
System.Reflection.MetadataLoadContext (2)
System\Reflection\TypeLoading\Types\RoFunctionPointerType.cs (1)
110
public sealed override bool
Equals
([NotNullWhen(true)] object? obj)
System\Reflection\TypeLoading\Types\RoModifiedType.cs (1)
115
public override bool
Equals
([NotNullWhen(true)] object? obj) => throw new NotSupportedException(SR.NotSupported_ModifiedType);