21    public override bool Equals([NotNullWhen(
true)] 
object? 
obj)
 
   29            return runInstallerAttribute.RunInstaller == 
RunInstaller;
 
 
   36        return base.GetHashCode();
 
 
 
static readonly RunInstallerAttribute Default
 
RunInstallerAttribute(bool runInstaller)
 
override bool Equals([NotNullWhen(true)] object? obj)
 
static readonly RunInstallerAttribute Yes
 
override int GetHashCode()
 
override bool IsDefaultAttribute()
 
static readonly RunInstallerAttribute No