<PackageReference Include="System.Drawing.Common" Version="10.0.3" />

Windows.Win32.UI.Controls.HPROPSHEETPAGE

namespace Windows.Win32.UI.Controls { internal readonly struct HPROPSHEETPAGE : IEquatable<HPROPSHEETPAGE> { public unsafe static implicit operator void*(HPROPSHEETPAGE value); public unsafe static explicit operator HPROPSHEETPAGE(void* value); public static bool operator ==(HPROPSHEETPAGE left, HPROPSHEETPAGE right); public static bool operator !=(HPROPSHEETPAGE left, HPROPSHEETPAGE right); public bool Equals(HPROPSHEETPAGE other); public static implicit operator IntPtr(HPROPSHEETPAGE value); public static explicit operator HPROPSHEETPAGE(IntPtr value); public static explicit operator HPROPSHEETPAGE(UIntPtr value); } }